mirror of
https://github.com/OMGeeky/ATCS.git
synced 2026-02-23 15:38:23 +01:00
fix nsis arguments (from switching to linux)
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -49,7 +49,7 @@ jobs:
|
|||||||
uses: joncloud/makensis-action@v4
|
uses: joncloud/makensis-action@v4
|
||||||
with:
|
with:
|
||||||
script-file: packaging/Windows/ATCS_Installer.nsi
|
script-file: packaging/Windows/ATCS_Installer.nsi
|
||||||
arguments: /DVERSION="${{ env.VERSION }}"
|
arguments: -DVERSION="${{ env.VERSION }}"
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
- name: Determine Upload Files
|
- name: Determine Upload Files
|
||||||
|
|||||||
Reference in New Issue
Block a user