Skip to content

Commit

Permalink
update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kondoumh committed Apr 1, 2020
1 parent ee2c3d0 commit 35fe85f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
run: |
(cd build/linux && tar cfvz ../sbgraph-linux-amd64.tar.gz sbgraph)
(cd build/windows && tar cfvz ../sbf-windows-amd64.tar.gz sbgraph.exe)
(cd build/macos && tar cfvz ../sbf-darwin-amd64.tar.gz sbgraph)
(cd build/windows && tar cfvz ../sbgraph-windows-amd64.tar.gz sbgraph.exe)
(cd build/macos && tar cfvz ../sbgraph-darwin-amd64.tar.gz sbgraph)
- name: Publish
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 35fe85f

Please sign in to comment.