Skip to content

Commit

Permalink
fix release build
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenghaoz committed Apr 27, 2021
1 parent a66a7a8 commit f9909a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:

- name: Pull source
uses: actions/checkout@v1

- name: Install gox
run: go get -v github.com/mitchellh/gox

- name: Build release
run: gox -os='darwin windows linux' -arch='amd64'
run: |
export PATH=$PATH:$(go env GOPATH)/bin
go get -v github.com/mitchellh/gox
gox -os='darwin windows linux' -arch='amd64'
- name: Install zip
uses: montudor/action-zip@v0.1.1
Expand Down

0 comments on commit f9909a7

Please sign in to comment.