Skip to content

Commit df56a5d

Browse files
committed
upgrade
1 parent 14d133b commit df56a5d

File tree

9 files changed

+1796
-48
lines changed

9 files changed

+1796
-48
lines changed

.github/workflows/assemble_android_debug.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
env:
7070
KEYSTORE_FILE: ${{ github.workspace }}/android/app/${{ env.KEYSTORE_FILE }}
7171
NODE_PATH: ${{ github.workspace }}/node_modules/.pnpm/node_modules:$NODE_PATH
72+
BUNDLE_PATH: vendor/bundle
7273
- name: Upload Android Products
7374
uses: actions/upload-artifact@v4
7475
with:

.github/workflows/assemble_android_release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
env:
7070
KEYSTORE_FILE: ${{ github.workspace }}/android/app/${{ env.KEYSTORE_FILE }}
7171
NODE_PATH: ${{ github.workspace }}/node_modules/.pnpm/node_modules:$NODE_PATH
72+
BUNDLE_PATH: vendor/bundle
7273
- name: Upload Android Products
7374
uses: actions/upload-artifact@v4
7475
with:

.github/workflows/assemble_ios_debug.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
FL_PROVISIONING_PROFILE_SPECIFIER: ${{ env.PROVISIONING_PROFILE_SPECIFIER }}
7171
FASTLANE_TEAM_ID: ${{ env.TEAM_ID }}
7272
NODE_PATH: ${{ github.workspace }}/node_modules/.pnpm/node_modules:$NODE_PATH
73+
BUNDLE_PATH: vendor/bundle
7374
run: |
7475
cd ios
7576
bundle update

.github/workflows/assemble_ios_release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
FL_PROVISIONING_PROFILE_SPECIFIER: ${{ env.PROVISIONING_PROFILE_SPECIFIER }}
7777
FASTLANE_TEAM_ID: ${{ env.TEAM_ID }}
7878
NODE_PATH: ${{ github.workspace }}/node_modules/.pnpm/node_modules:$NODE_PATH
79+
BUNDLE_PATH: vendor/bundle
7980
run: |
8081
cd ios
8182
bundle update

0 commit comments

Comments
 (0)