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 7b0ed61 commit 8803196Copy full SHA for 8803196
.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 --replace
+ 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