pack and upload
Deploy to FTP / deploy (push) Failing after 9s

This commit is contained in:
Sebastian Molenda
2026-06-13 15:04:13 +02:00
parent 5399b64cd5
commit 5f0074ed37
+2
View File
@@ -24,6 +24,8 @@ jobs:
set -e
# ensure a small staging dir for upload
mkdir -p dist
# install zip utility (container may not have it)
apt-get update && apt-get install -y zip
# create latest.zip containing the assets directory (so zip root contains 'assets/')
cd app/src/main
zip -r "$GITHUB_WORKSPACE/latest.zip" assets