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 2eb2e7d commit 53d9a56Copy full SHA for 53d9a56
.circleci/config.yml
@@ -55,6 +55,7 @@ jobs:
55
name: "Prepare artifacts"
56
working_directory: release
57
command: |
58
+ mkdir gh
59
cp ssl-game-controller_linux_amd64 gh/ssl-game-controller_${CIRCLE_TAG}_linux_amd64
60
cp ssl-game-controller_darwin_amd64 gh/ssl-game-controller_${CIRCLE_TAG}_darwin_amd64
61
cp ssl-game-controller_windows_amd64.exe gh/ssl-game-controller_${CIRCLE_TAG}_windows_amd64.exe
0 commit comments