mirror of
https://github.com/OMGeeky/ATCS.git
synced 2025-12-26 23:57:25 +01:00
Compare commits
2 Commits
v0.6.23-pr
...
v0.6.23-pr
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1b643f4aa1 | ||
|
|
4293095e8e |
4
.github/workflows/release.yml
vendored
4
.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
|
||||
@@ -60,7 +60,7 @@ jobs:
|
||||
if [ -f "./packaging/ATCS_${VERSION}_Setup.exe" ]; then
|
||||
FILES="$FILES ./packaging/ATCS_${VERSION}_Setup.exe"
|
||||
else
|
||||
run: echo "::warning::exe-installer created by NSIS was not found; only ZIP will be uploaded."
|
||||
echo "::error::exe-installer created by NSIS was not found; only ZIP will be uploaded."
|
||||
fi
|
||||
echo "files=$FILES" >> $GITHUB_OUTPUT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user