diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c73069d..a76afa1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -147,7 +147,7 @@ jobs: shell: cmd run: | set PATH=%ProgramFiles%\NSIS;%PATH% - makensis.exe /V /DPLUGIN_DIR=..\..\Plugins\amd64-unicode /DAMD64 artifacts\Examples\NScurl\NScurl-Test.nsi + makensis.exe /V4 /DPLUGIN_DIR=..\..\Plugins\amd64-unicode /DAMD64 artifacts\Examples\NScurl\NScurl-Test.nsi - name: Upload NSIS examples uses: actions/upload-artifact@v4