Skip to content

Commit

Permalink
chore(build): remove prebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangvu12 committed Sep 7, 2024
1 parent ce10ae4 commit e197e2a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-alpha-release-apk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ jobs:
eas-version: latest
token: ${{ secrets.EXPO_TOKEN }}

- name: ⚙️ Run Prebuild
run: pnpm prebuild:alpha
shell: bash

- name: 📱 Run Android Build
run: pnpm build:alpha --non-interactive --output=kaguya-${{github.ref_name}}.apk --no-wait --message "Build alpha ${{ github.ref_name }}"
shell: bash
Expand Down

0 comments on commit e197e2a

Please sign in to comment.