Skip to content

Commit

Permalink
workflow, redux (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelquigley committed Nov 2, 2022
1 parent 086339e commit 2ee75f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ~/go/bin/zrok
asset_path: ${{ GOPATH }}/bin/zrok
asset_name: zrok-ubuntu-amd64
asset_content_type: application/octet-stream
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# v0.2.0
## v0.2.0

* Automated build infrastructure.
* Automated build infrastructure.

0 comments on commit 2ee75f8

Please sign in to comment.