mirror of
https://github.com/openziti/zrok.git
synced 2025-01-08 23:20:04 +01:00
workflow, redux (#70)
This commit is contained in:
parent
086339e1ae
commit
2ee75f859d
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
@ -1,3 +1,3 @@
|
||||
# v0.2.0
|
||||
## v0.2.0
|
||||
|
||||
* Automated build infrastructure.
|
||||
* Automated build infrastructure.
|
||||
|
Loading…
Reference in New Issue
Block a user