This commit is contained in:
2025-12-11 00:58:34 +00:00
parent 90fe9cae70
commit b28208914c

View File

@@ -154,8 +154,11 @@ jobs:
mv artifacts/app-windows-x64.zip "artifacts/app-windows-x64-${BASE}-dev.zip" mv artifacts/app-windows-x64.zip "artifacts/app-windows-x64-${BASE}-dev.zip"
fi fi
FILES="artifacts/app-${BASE}-dev.apk FILES=$(cat <<EOF
artifacts/app-linux-x64-${BASE}-dev.tar.gz" artifacts/app-${BASE}-dev.apk
artifacts/app-linux-x64-${BASE}-dev.tar.gz
EOF
)
if [ -f artifacts/app-windows-x64-${BASE}-dev.zip ]; then if [ -f artifacts/app-windows-x64-${BASE}-dev.zip ]; then
FILES="$FILES FILES="$FILES
artifacts/app-windows-x64-${BASE}-dev.zip" artifacts/app-windows-x64-${BASE}-dev.zip"