Skip to content

Commit ad86f7f

Browse files
committed
[build] update circleci
1 parent cd100e1 commit ad86f7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545
- run:
4646
working_directory: cmd/ssl-game-controller
4747
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
48+
GOOS=linux GOARCH=amd64 /go/bin/packr build -o ../../release/linux/ssl-game-controller
49+
GOOS=windows GOARCH=amd64 /go/bin/packr build -o ../../release/windows/ssl-game-controller.exe
50+
GOOS=darwin GOARCH=amd64 /go/bin/packr build -o ../../release/darwin/ssl-game-controller
5151
- run: ll release && tree release
5252

5353

0 commit comments

Comments
 (0)