Use cpack to build zip for win (#1706)
This commit is contained in:
parent
8d9ae535b9
commit
1c54a6f31e
1 changed files with 2 additions and 2 deletions
|
@ -36,9 +36,9 @@ after_build:
|
|||
- cmd: >-
|
||||
cpack -C %CONFIGURATION% --verbose --config ./CPackConfig.cmake
|
||||
|
||||
7z a nano.zip %APPVEYOR_BUILD_FOLDER%\%CONFIGURATION%\*.exe %APPVEYOR_BUILD_FOLDER%\%CONFIGURATION%\*.com
|
||||
cpack -G ZIP -C %CONFIGURATION% --verbose --config ./CPackConfig.cmake
|
||||
artifacts:
|
||||
- path: nano.zip
|
||||
- path: nano*.zip
|
||||
name: nano_release_%network%
|
||||
- path: Nano_Installer-*.exe
|
||||
name: Nano_Installer_%network%
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue