Merge pull request #7760 from Mailaender/appveyor-artifact-name
Yet another attempt to fix AppVeyor deployment
This commit is contained in:
@@ -34,12 +34,13 @@ before_deploy:
|
|||||||
- move /Y %APPVEYOR_BUILD_FOLDER%\packaging\windows\OpenRA.Setup.exe %APPVEYOR_BUILD_FOLDER%\OpenRA-%APPVEYOR_REPO_TAG_NAME%.exe
|
- move /Y %APPVEYOR_BUILD_FOLDER%\packaging\windows\OpenRA.Setup.exe %APPVEYOR_BUILD_FOLDER%\OpenRA-%APPVEYOR_REPO_TAG_NAME%.exe
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: OpenRA-%APPVEYOR_REPO_TAG_NAME%.exe
|
- path: OpenRA-$(APPVEYOR_REPO_TAG_NAME).exe
|
||||||
|
name: Installer
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
- provider: GitHub
|
- provider: GitHub
|
||||||
auth_token:
|
auth_token:
|
||||||
secure: Z7RC+ckfvf7Kxf2EdWZCP7bgGjRnhgbMeieQP6VVhiZprwvbEzGXI2Wma+FGAq65
|
secure: Z7RC+ckfvf7Kxf2EdWZCP7bgGjRnhgbMeieQP6VVhiZprwvbEzGXI2Wma+FGAq65
|
||||||
artifact: OpenRA-%APPVEYOR_REPO_TAG_NAME%.exe
|
artifact: Installer
|
||||||
on:
|
on:
|
||||||
appveyor_repo_tag: true
|
appveyor_repo_tag: true
|
||||||
|
|||||||
Reference in New Issue
Block a user