Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaokang00010 committed Apr 26, 2024
1 parent 5c127f0 commit d501c7d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,16 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: npm install
- run: |
npm install
- name: Prebuils
- name: Prebuilds
run: |
npx expo prebuild
- name: Build

- run: |
cd android; ./gradlew assembleRelease
Expand Down

0 comments on commit d501c7d

Please sign in to comment.