Fixed typo.

This commit is contained in:
xawotihs
2014-08-24 17:59:04 +02:00
parent 2c2744f6fb
commit b37afadb01
+1 -1
View File
@@ -61,7 +61,7 @@ after_deploy:
# to run your custom scripts instead of provider deployments # to run your custom scripts instead of provider deployments
deploy_script: deploy_script:
- "C:/Python27/python.exe uploadBinaries.py -t %GH_TOKEN% -s %APPVEYOR_REPO_COMMIT% -l projects/mtg/bin/Wagic-windows.zip -r Wagic-windows -b %APPVEYOR_REPO_BRANCH%" - "C:/Python27/python.exe upload-binaries.py -t %GH_TOKEN% -s %APPVEYOR_REPO_COMMIT% -l projects/mtg/bin/Wagic-windows.zip -r Wagic-windows -b %APPVEYOR_REPO_BRANCH%"
# to disable deployment # to disable deployment
#deploy: off #deploy: off