Skip to content

Commit 1544d50

Browse files
committed
maybe?
1 parent bd24157 commit 1544d50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ artifacts:
1212
- path: WinRel\MUSHclient.exe
1313
name: release_exe
1414
before_deploy:
15-
- auth_token:
15+
auth_token:
1616
secure: CI/4PuncY6pW1t7bRuDrFLEZQOuMFx9W4TSePW1ywvJvzVuEOu3JLNv97jECNvFz
17-
ps: >-
17+
- ps: >-
1818
git config --global credential.helper store
1919
Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:access_token):x-oauth-basic@github.com`n"
2020
git tag -f latest_commit HEAD

0 commit comments

Comments
 (0)