Skip to content

Commit 6208c66

Browse files
committed
.
1 parent 8803196 commit 6208c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ commands:
2929
- run:
3030
name: Create Github releases
3131
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
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"
3333
3434
jobs:
3535
build:

0 commit comments

Comments
 (0)