Skip to content

Commit fb3984a

Browse files
committed
Add generate capicitor config
1 parent f1f352e commit fb3984a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ jobs:
4040
- name: Install Capacitor Dependencies
4141
run: npm install @capacitor/core @capacitor/cli @capacitor/android
4242

43+
- name: Generate Capacitor Config
44+
run: node capacitor.config.generator.mjs
45+
46+
- name: Sync Capacitor Android Project
47+
run: npx cap sync android
48+
4349
- name: Build and Sign Android APK
4450
uses: Narottam04/action-capacitor-android@v1
4551
with:

0 commit comments

Comments
 (0)