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 0f8d287 commit 49ff0d0Copy full SHA for 49ff0d0
.circleci/config.yml
@@ -40,6 +40,7 @@ jobs:
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
43
+ - run: ls -al **
44
45
deploy:
46
docker:
@@ -49,14 +50,15 @@ jobs:
49
50
steps:
51
- attach_workspace:
52
at: ./release
- - run: ll release && tree release
53
54
55
publish-github-release:
56
57
- image: circleci/golang:1.8
58
59
60
61
62
- run:
63
name: "Publish Release on GitHub"
64
command: |
0 commit comments