mirror of
https://github.com/OMGeeky/ATCS.git
synced 2025-12-26 23:57:25 +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
|
||||
with:
|
||||
script-file: packaging/Windows/ATCS_Installer.nsi
|
||||
arguments: /DVERSION="${{ env.VERSION }}"
|
||||
arguments: -DVERSION="${{ env.VERSION }}"
|
||||
continue-on-error: true
|
||||
|
||||
- name: Determine Upload Files
|
||||
|
||||
Reference in New Issue
Block a user