Skip to content

Commit

Permalink
add path
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenghaoz committed Apr 27, 2021
1 parent 17e26b6 commit 463b3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
export PATH=$PATH:$(go env GOPATH)/bin
go get -v github.com/mitchellh/gox
gox -os='darwin windows linux' -arch='amd64'
gox -os='darwin windows linux' -arch='amd64' ./...
- name: Install zip
uses: montudor/action-zip@v0.1.1
Expand Down

0 comments on commit 463b3be

Please sign in to comment.