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 a67d156 commit 7b0ed61Copy full SHA for 7b0ed61
.circleci/config.yml
@@ -29,13 +29,7 @@ commands:
29
- run:
30
name: Create Github releases
31
command: |
32
- C:\github-release\bin\windows\amd64\github-release upload \
33
- --user Gaardsholt \
34
- --repo busylight-client \
35
- --tag $CIRCLE_TAG \
36
- --name "busylight-client.zip" \
37
- --file C:\publish\busylight-client.zip \
38
- --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 --replace
39
40
jobs:
41
build:
0 commit comments