Skip to content

Commit

Permalink
fix build release (#124)
Browse files Browse the repository at this point in the history
* Update build_release.yml

* Update build_release.yml
  • Loading branch information
zhenghaoz committed Apr 27, 2021
1 parent d672f07 commit 147438f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,12 @@ jobs:
zip gorse_linux_amd64.zip gorse-*_linux_amd64
zip gorse_windows_amd64.zip gorse-*_windows_amd64.exe
zip gorse_darwin_amd64.zip gorse-*_darwin_amd64
- name: Upload release
uses: johnwbyrd/update-release@v1
uses: svenstaro/upload-release-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
files: gorse_darwin_amd64.zip gorse_linux_amd64.zip gorse_windows_amd64.zip
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: gorse_*_amd64.zip
tag: ${{ github.ref }}
overwrite: true
file_glob: true

0 comments on commit 147438f

Please sign in to comment.