Skip to content

Commit

Permalink
rice
Browse files Browse the repository at this point in the history
  • Loading branch information
medyagh committed Feb 14, 2020
1 parent 510aa6f commit 71d5c35
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
go get github.com/GeertJohan/go.rice
go get github.com/GeertJohan/go.rice/rice
- name: Cross Platform Build
run: make cross
run: |
export PATH=$PATH:$(go env GOPATH)/bin
make cross
- name: Test
run: make test
- name: Upload Linux
Expand Down

0 comments on commit 71d5c35

Please sign in to comment.