Skip to content

Commit

Permalink
export
Browse files Browse the repository at this point in the history
  • Loading branch information
medyagh committed Feb 14, 2020
1 parent 71d5c35 commit c5bdabd
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 @@ -26,7 +26,9 @@ jobs:
export PATH=$PATH:$(go env GOPATH)/bin
make cross
- name: Test
run: make test
run: |
export PATH=$PATH:$(go env GOPATH)/bin
make test
- name: Upload Linux
uses: actions/upload-artifact@v1
with:
Expand Down

0 comments on commit c5bdabd

Please sign in to comment.