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 8803196 commit 6208c66Copy full SHA for 6208c66
.circleci/config.yml
@@ -29,7 +29,7 @@ commands:
29
- run:
30
name: Create Github releases
31
command: |
32
- C:\github-release\bin\windows\amd64\github-release upload --user Gaardsholt --repo busylight-client --tag $CIRCLE_TAG --name busylight-client.zip --file C:\publish\busylight-client.zip
+ C:\github-release\bin\windows\amd64\github-release upload --user Gaardsholt --repo busylight-client --tag $CIRCLE_TAG --name "busylight-client.zip" --file "C:\publish\busylight-client.zip"
33
34
jobs:
35
build:
0 commit comments