Skip to content

Commit

Permalink
Merge branch 'bug/ci-windows'
Browse files Browse the repository at this point in the history
  • Loading branch information
wweir committed Mar 6, 2019
2 parents 21d8ec4 + 679263b commit 3cf4ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
name: Build Windows Binary
command: |
GOOS=windows GOARCH=amd64 make build
tar czvf artifacts/sower_windows_amd64.tar.gz sower sower.toml
tar czvf artifacts/sower_windows_amd64.tar.gz sower.exe sower.toml
- run:
name: Publish Release on GitHub
command: |
Expand Down

0 comments on commit 3cf4ded

Please sign in to comment.