Skip to content

Commit 53d9a56

Browse files
committed
Fix GitHub release pipeline
1 parent 2eb2e7d commit 53d9a56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
name: "Prepare artifacts"
5656
working_directory: release
5757
command: |
58+
mkdir gh
5859
cp ssl-game-controller_linux_amd64 gh/ssl-game-controller_${CIRCLE_TAG}_linux_amd64
5960
cp ssl-game-controller_darwin_amd64 gh/ssl-game-controller_${CIRCLE_TAG}_darwin_amd64
6061
cp ssl-game-controller_windows_amd64.exe gh/ssl-game-controller_${CIRCLE_TAG}_windows_amd64.exe

0 commit comments

Comments
 (0)