Fix deploy issue.

This commit is contained in:
Roman Telezhynskyi 2021-05-03 12:11:55 +03:00
parent 112854187a
commit 0418b546bb

View file

@ -261,5 +261,5 @@ before_deploy:
# to run your custom scripts instead of provider deployments
deploy_script:
- if "%DEPLOY%" == "true" (python ..\scripts\deploy.py upload "$(ACCESS_TOKEN)" ".\package\valentina-win-$(PLATFORM)-$(QT_VERSION)-$(APPVEYOR_REPO_BRANCH)-$(APPVEYOR_REPO_COMMIT).zip" "/0.7.x/Windows/valentina-win-$(PLATFORM)-$(QT_VERSION)-$(APPVEYOR_REPO_BRANCH)-$(APPVEYOR_REPO_COMMIT).zip")
- if "%DEPLOY%" == "true" (python ..\scripts\deploy.py upload $(ACCESS_TOKEN) ".\package\valentina-win-$(PLATFORM)-$(QT_VERSION)-$(APPVEYOR_REPO_BRANCH)-$(APPVEYOR_REPO_COMMIT).zip" "/0.7.x/Windows/valentina-win-$(PLATFORM)-$(QT_VERSION)-$(APPVEYOR_REPO_BRANCH)-$(APPVEYOR_REPO_COMMIT).zip")