workflow, redux (#70)

This commit is contained in:
Michael Quigley 2022-11-02 15:34:40 -04:00
parent 086339e1ae
commit 2ee75f859d
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -1,3 +1,3 @@
# v0.2.0
## v0.2.0
* Automated build infrastructure.
* Automated build infrastructure.