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 1c6f014
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,16 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- run: |
- name: npm install
run: |
npm install
- name: Prebuils
- name: Prebuilds
run: |
npx expo prebuild
- name: Build
- run: |
run: |
cd android; ./gradlew assembleRelease
Expand Down

0 comments on commit 1c6f014

Please sign in to comment.