From 149040391d6e75f56ab109a01fe0d03252acf7e0 Mon Sep 17 00:00:00 2001 From: Xor290 Date: Wed, 26 Aug 2026 00:21:32 +0200 Subject: [PATCH] chore: update ci --- .github/workflows/frontend-admin-build.yml | 1 + .github/workflows/frontend-client-build.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/frontend-admin-build.yml b/.github/workflows/frontend-admin-build.yml index eb6abbf5..348102fa 100644 --- a/.github/workflows/frontend-admin-build.yml +++ b/.github/workflows/frontend-admin-build.yml @@ -149,6 +149,7 @@ jobs: run: | RUNTIME_VERSION=$(jq -r '.expo.runtimeVersion' app.json) npx expo export --platform android --output-dir dist + npx expo config --json > dist/expoconfig.json cd dist && zip -r ../bundle.zip . && cd .. curl -X POST "${{ steps.config.outputs.xavia_url }}/api/upload" \ -H "Authorization: Bearer ${{ steps.config.outputs.xavia_key }}" \ diff --git a/.github/workflows/frontend-client-build.yml b/.github/workflows/frontend-client-build.yml index af2b354c..8c00aed5 100644 --- a/.github/workflows/frontend-client-build.yml +++ b/.github/workflows/frontend-client-build.yml @@ -149,6 +149,7 @@ jobs: run: | RUNTIME_VERSION=$(jq -r '.expo.runtimeVersion' app.json) npx expo export --platform android --output-dir dist + npx expo config --json > dist/expoconfig.json cd dist && zip -r ../bundle.zip . && cd .. curl -X POST "${{ steps.config.outputs.xavia_url }}/api/upload" \ -H "Authorization: Bearer ${{ steps.config.outputs.xavia_key }}" \