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 36769cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 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 }}

- 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 36769cf

Please sign in to comment.