We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd100e1 commit ad86f7fCopy full SHA for ad86f7f
.circleci/config.yml
@@ -45,9 +45,9 @@ jobs:
45
- run:
46
working_directory: cmd/ssl-game-controller
47
command: |
48
- GOOS=linux GOARCH=amd64 packr build -o ../../release/linux/ssl-game-controller
49
- GOOS=windows GOARCH=amd64 packr build -o ../../release/windows/ssl-game-controller.exe
50
- GOOS=darwin GOARCH=amd64 packr build -o ../../release/darwin/ssl-game-controller
+ GOOS=linux GOARCH=amd64 /go/bin/packr build -o ../../release/linux/ssl-game-controller
+ GOOS=windows GOARCH=amd64 /go/bin/packr build -o ../../release/windows/ssl-game-controller.exe
+ GOOS=darwin GOARCH=amd64 /go/bin/packr build -o ../../release/darwin/ssl-game-controller
51
- run: ll release && tree release
52
53
0 commit comments