Update draft-release.yml

This commit is contained in:
Anirudh Sevugan 2025-08-06 18:34:58 -05:00 committed by GitHub
parent 5f8cb2d794
commit 8e63507dbd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,7 +59,7 @@ jobs:
done
rm -f upload-files.txt
find all-artifacts -type f \( -iname '*.exe' -o -iname '*.dmg' -o -iname '*.snap' -o -iname '*.AppImage' \) | grep 'SimpliPlay' > upload-files.txt
find all-artifacts -type f \( -iname '*.exe' -o -iname '*.dmg' -o -iname '*.AppImage' \) | grep 'SimpliPlay' > upload-files.txt
echo "Filtered files to upload:"
cat upload-files.txt