Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaardsholt committed Jul 5, 2020
1 parent 8803196 commit 6208c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ commands:
- run:
name: Create Github releases
command: |
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"
jobs:
build:
Expand Down

0 comments on commit 6208c66

Please sign in to comment.