Skip to content

Commit

Permalink
fix go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
silentnoodlemaster authored Sep 6, 2019
1 parent 17c4b26 commit efc241b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
- name: Build
run: |
env GOOS=windows GOARCH=amd64 go build -v .
env GOOS=darwin GOARCH=amd64 go build -v . -o explorer-darwin
env GOOS=linux GOARCH=amd64 go build -v . -o explorer-linux
env GOOS=darwin GOARCH=amd64 go build -v -o explorer-darwin .
env GOOS=linux GOARCH=amd64 go build -v -o explorer-linux .

0 comments on commit efc241b

Please sign in to comment.