Skip to content

Commit 7b0ed61

Browse files
committed
last try.. today
1 parent a67d156 commit 7b0ed61

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.circleci/config.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,7 @@ commands:
2929
- run:
3030
name: Create Github releases
3131
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
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
3933
4034
jobs:
4135
build:

0 commit comments

Comments
 (0)