fix warning/error output in action

This commit is contained in:
OMGeeky
2025-10-02 17:09:08 +02:00
parent 5f2927e00c
commit 4293095e8e

View File

@@ -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