mirror of
https://github.com/OMGeeky/ATCS.git
synced 2026-02-23 15:38:23 +01:00
fix warning/error output in action
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -60,7 +60,7 @@ jobs:
|
|||||||
if [ -f "./packaging/ATCS_${VERSION}_Setup.exe" ]; then
|
if [ -f "./packaging/ATCS_${VERSION}_Setup.exe" ]; then
|
||||||
FILES="$FILES ./packaging/ATCS_${VERSION}_Setup.exe"
|
FILES="$FILES ./packaging/ATCS_${VERSION}_Setup.exe"
|
||||||
else
|
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
|
fi
|
||||||
echo "files=$FILES" >> $GITHUB_OUTPUT
|
echo "files=$FILES" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user