Skip to content

Commit 49ff0d0

Browse files
committed
[build] update circleci
1 parent 0f8d287 commit 49ff0d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
GOOS=linux GOARCH=amd64 packr build -o ../../release/linux/ssl-game-controller
4141
GOOS=windows GOARCH=amd64 packr build -o ../../release/windows/ssl-game-controller.exe
4242
GOOS=darwin GOARCH=amd64 packr build -o ../../release/darwin/ssl-game-controller
43+
- run: ls -al **
4344

4445
deploy:
4546
docker:
@@ -49,14 +50,15 @@ jobs:
4950
steps:
5051
- attach_workspace:
5152
at: ./release
52-
- run: ll release && tree release
53+
- run: ls -al **
5354

5455
publish-github-release:
5556
docker:
5657
- image: circleci/golang:1.8
5758
steps:
5859
- attach_workspace:
5960
at: ./release
61+
- run: ls -al **
6062
- run:
6163
name: "Publish Release on GitHub"
6264
command: |

0 commit comments

Comments
 (0)