Fix file appveyor.yml.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2017-09-20 13:10:45 +03:00
parent 20ba7161a3
commit fd5938ef3b

View File

@ -196,7 +196,7 @@ after_test:
artifacts: artifacts:
- path: build/package/valentina - path: build/package/valentina
name: valentina-win-$(QT_VERSION)-($APPVEYOR_REPO_BRANCH)-$(APPVEYOR_REPO_COMMIT) name: valentina-win-$(QT_VERSION)-$(APPVEYOR_REPO_BRANCH)-$(APPVEYOR_REPO_COMMIT)
deploy: deploy:
- provider: BinTray - provider: BinTray
@ -211,4 +211,4 @@ deploy:
version: 0.6 version: 0.6
on: on:
DEPLOY: true DEPLOY: true
artifact: valentina-win-$(QT_VERSION)-($APPVEYOR_REPO_BRANCH)-$(APPVEYOR_REPO_COMMIT) artifact: valentina-win-$(QT_VERSION)-$(APPVEYOR_REPO_BRANCH)-$(APPVEYOR_REPO_COMMIT)