Skip to content

Commit

Permalink
Fix build script for releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrolli committed Jun 23, 2020
1 parent 93dd053 commit e65134d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
go get -v -t -d ./...
mkdir bin
go get -v -o bin ./...
go build -v -o bin ./...
cd bin && tar czvf cmgr.tar.gz cmgr
- name: Create Release
Expand Down

0 comments on commit e65134d

Please sign in to comment.