mirror of
https://github.com/obsqrbtz/clrsync.git
synced 2026-04-08 20:19:04 +03:00
ci: build only NSIS for windows
This commit is contained in:
4
.github/workflows/Test NSIS.yml
vendored
4
.github/workflows/Test NSIS.yml
vendored
@@ -29,7 +29,9 @@ jobs:
|
||||
run: cmake --build build --config Release
|
||||
|
||||
- name: Generate NSIS installer
|
||||
run: cmake --build build --config Release --target package
|
||||
run: cmake --build build --config Release \
|
||||
cd build \\
|
||||
cpack -G NSIS
|
||||
|
||||
- name: Upload installer
|
||||
uses: actions/upload-artifact@v6
|
||||
|
||||
Reference in New Issue
Block a user