Skip to content

Commit 52fe916

Browse files
authored
fix(eas): only prebuild selected platform
1 parent 115ca4c commit 52fe916

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/eas-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
java-version: '17'
152152

153153
- name: ⚙️ Run Prebuild
154-
run: pnpm prebuild:${{ env.ENV }}
154+
run: pnpm prebuild:${{ env.ENV }} -p ${{ inputs.platform }}
155155

156156
- name: 📱 Run Build for ${{ inputs.platform }}
157157
run: |

0 commit comments

Comments
 (0)