From 1b643f4aa13464feea3d89fd661ad0f7cf19aae5 Mon Sep 17 00:00:00 2001 From: OMGeeky <> Date: Thu, 2 Oct 2025 17:10:23 +0200 Subject: [PATCH] fix nsis arguments (from switching to linux) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index efbbaa0..c6c6d6d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: uses: joncloud/makensis-action@v4 with: script-file: packaging/Windows/ATCS_Installer.nsi - arguments: /DVERSION="${{ env.VERSION }}" + arguments: -DVERSION="${{ env.VERSION }}" continue-on-error: true - name: Determine Upload Files