mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
ci: Upload windows installer also in PR builds
This commit is contained in:
parent
721ffc9b7c
commit
5cdb296da2
1 changed files with 3 additions and 1 deletions
|
@ -101,7 +101,8 @@ after_build:
|
||||||
- set PATH=%BUILD%\tools\bin;%PATH%
|
- set PATH=%BUILD%\tools\bin;%PATH%
|
||||||
- binarycreator.exe -f -c installer\config\config.xml -p installer\packages nheko-installer.exe
|
- binarycreator.exe -f -c installer\config\config.xml -p installer\packages nheko-installer.exe
|
||||||
|
|
||||||
- mv nheko-installer.exe nheko-%APPVEYOR_REPO_TAG_NAME%-installer.exe
|
- copy nheko-installer.exe nheko-%APPVEYOR_REPO_TAG_NAME%-installer.exe
|
||||||
|
- copy nheko-installer.exe nheko-%APPVEYOR_PULL_REQUEST_HEAD_COMMIT%-installer.exe
|
||||||
- ps: .\.ci\upload-nightly.ps1
|
- ps: .\.ci\upload-nightly.ps1
|
||||||
|
|
||||||
on_success:
|
on_success:
|
||||||
|
@ -121,3 +122,4 @@ deploy:
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: nheko_win_64.zip
|
- path: nheko_win_64.zip
|
||||||
- path: nheko-$(APPVEYOR_REPO_TAG_NAME)-installer.exe
|
- path: nheko-$(APPVEYOR_REPO_TAG_NAME)-installer.exe
|
||||||
|
- path: nheko-$(APPVEYOR_PULL_REQUEST_HEAD_COMMIT)-installer.exe
|
||||||
|
|
Loading…
Reference in a new issue