ci: fix missing 'fi' in GitHub release workflow script

This commit is contained in:
Manuel Weiser 2025-02-21 21:34:32 +01:00
parent b0888e7e63
commit afa4eddc00

View File

@ -137,3 +137,4 @@ jobs:
else
echo "Error: No files found to upload"
exit 1
fi