From c1474ccf0cf2871ad6764d910f64c491c065acdd Mon Sep 17 00:00:00 2001 From: Daniel Dada Date: Mon, 15 Dec 2025 11:39:44 +0300 Subject: [PATCH] ci: build only NSIS for windows --- .github/workflows/Test NSIS.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Test NSIS.yml b/.github/workflows/Test NSIS.yml index 61214b2..8978d97 100644 --- a/.github/workflows/Test NSIS.yml +++ b/.github/workflows/Test NSIS.yml @@ -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