chore: update pipeline

This commit is contained in:
Nuxgrid
2026-07-15 14:19:37 +02:00
parent 05d0d879fe
commit 545e033a5f
2 changed files with 2 additions and 2 deletions
@@ -119,7 +119,7 @@ jobs:
EXPO_PUBLIC_UPDATE_URL: ${{ secrets.XAVIA_API_URL }}/api/manifest
NODE_OPTIONS: "--max-old-space-size=2048"
run: |
RUNTIME_VERSION=$(jq -r '.expo.version' app.json)
RUNTIME_VERSION=$(jq -r '.expo.runtimeVersion' app.json)
npx expo export --platform android --output-dir dist
jq '.expo' app.json > dist/expoconfig.json
cd dist && zip -r ../bundle.zip . && cd ..
@@ -119,7 +119,7 @@ jobs:
EXPO_PUBLIC_UPDATE_URL: ${{ secrets.XAVIA_API_URL }}/api/manifest
NODE_OPTIONS: "--max-old-space-size=2048"
run: |
RUNTIME_VERSION=$(jq -r '.expo.version' app.json)
RUNTIME_VERSION=$(jq -r '.expo.runtimeVersion' app.json)
npx expo export --platform android --output-dir dist
jq '.expo' app.json > dist/expoconfig.json
cd dist && zip -r ../bundle.zip . && cd ..