Skip to content

Commit e68a882

Browse files
committed
[build] update circleci
1 parent 26ff6f9 commit e68a882

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
@@ -37,9 +37,9 @@ jobs:
3737
working_directory: cmd/ssl-game-controller
3838
command: |
3939
go get -v github.com/gobuffalo/packr
40-
GOOS=linux GOARCH=amd64 /go/bin/packr build -o ../../release/linux/ssl-game-controller
41-
GOOS=windows GOARCH=amd64 /go/bin/packr build -o ../../release/windows/ssl-game-controller.exe
42-
GOOS=darwin GOARCH=amd64 /go/bin/packr build -o ../../release/darwin/ssl-game-controller
40+
GOOS=linux GOARCH=amd64 packr build -o ../../release/linux/ssl-game-controller
41+
GOOS=windows GOARCH=amd64 packr build -o ../../release/windows/ssl-game-controller.exe
42+
GOOS=darwin GOARCH=amd64 packr build -o ../../release/darwin/ssl-game-controller
4343
4444
deploy:
4545
docker:

0 commit comments

Comments
 (0)