chore: build

This commit is contained in:
Xor290
2026-08-28 15:05:24 +02:00
parent 23606471c7
commit b88fca2c12
2 changed files with 2 additions and 0 deletions
@@ -111,6 +111,7 @@ jobs:
RUNTIME_VERSION=$(jq -r '.expo.runtimeVersion' app.json)
COMMIT_MESSAGE=$(git log -1 --pretty=%s ${{ github.sha }})
npx expo export --platform android --output-dir dist
npx expo config --json > dist/expoconfig.json
jq '.expo' app.json > dist/expoconfig.json
cd dist && zip -r ../bundle.zip . && cd ..
curl -X POST "${{ secrets.XAVIA_API_URL_ADMIN }}/api/upload" \
@@ -111,6 +111,7 @@ jobs:
RUNTIME_VERSION=$(jq -r '.expo.runtimeVersion' app.json)
COMMIT_MESSAGE=$(git log -1 --pretty=%s ${{ github.sha }})
npx expo export --platform android --output-dir dist
npx expo config --json > dist/expoconfig.json
jq '.expo' app.json > dist/expoconfig.json
cd dist && zip -r ../bundle.zip . && cd ..
curl -X POST "${{ secrets.XAVIA_API_URL_CLIENT }}/api/upload" \