chore: update
This commit is contained in:
@@ -125,7 +125,7 @@ jobs:
|
|||||||
EXPO_PUBLIC_UPDATE_URL: ${{ steps.config.outputs.xavia_url }}
|
EXPO_PUBLIC_UPDATE_URL: ${{ steps.config.outputs.xavia_url }}
|
||||||
NODE_OPTIONS: "--max-old-space-size=2048"
|
NODE_OPTIONS: "--max-old-space-size=2048"
|
||||||
run: |
|
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
|
npx expo export --platform android --output-dir dist
|
||||||
cd dist && zip -r ../bundle.zip . && cd ..
|
cd dist && zip -r ../bundle.zip . && cd ..
|
||||||
curl -X POST "${{ steps.config.outputs.xavia_url }}/api/upload" \
|
curl -X POST "${{ steps.config.outputs.xavia_url }}/api/upload" \
|
||||||
|
|||||||
@@ -125,7 +125,7 @@ jobs:
|
|||||||
EXPO_PUBLIC_UPDATE_URL: ${{ steps.config.outputs.xavia_url }}
|
EXPO_PUBLIC_UPDATE_URL: ${{ steps.config.outputs.xavia_url }}
|
||||||
NODE_OPTIONS: "--max-old-space-size=2048"
|
NODE_OPTIONS: "--max-old-space-size=2048"
|
||||||
run: |
|
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
|
npx expo export --platform android --output-dir dist
|
||||||
cd dist && zip -r ../bundle.zip . && cd ..
|
cd dist && zip -r ../bundle.zip . && cd ..
|
||||||
curl -X POST "${{ steps.config.outputs.xavia_url }}/api/upload" \
|
curl -X POST "${{ steps.config.outputs.xavia_url }}/api/upload" \
|
||||||
|
|||||||
Reference in New Issue
Block a user