0
0
Fork 0

include full bun path
Some checks failed
Build Android / Build APK (push) Failing after 7m35s

This commit is contained in:
brooke 2025-05-29 14:49:27 -04:00
parent b21bbe9912
commit c17dceb97d

View file

@ -24,13 +24,13 @@ jobs:
run: curl -fsSL https://bun.sh/install | bash run: curl -fsSL https://bun.sh/install | bash
- name: Install app dependencies - name: Install app dependencies
run: bun install run: ~/.bun/bin/bun install
- name: Build project app - name: Build project app
run: bun run build-prod run: ~/.bun/bin/bun run build-prod
- name: Capacitor sync - name: Capacitor sync
run: bunx cap sync run: ~/.bun/bin/bunx cap sync
- name: Bump version - name: Bump version
uses: https://github.com/chkfung/android-version-actions@v1.2.2 uses: https://github.com/chkfung/android-version-actions@v1.2.2