Skip to content

Commit

Permalink
🚧 💚
Browse files Browse the repository at this point in the history
  • Loading branch information
bytevictor committed Mar 29, 2024
1 parent f02dc22 commit 116f22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: if [ -d "./resources" ]; then npm install @capacitor/assets --save-dev && npx capacitor-assets generate --android; fi

- name: Build app bundle
run: cd android && ./gradlew bundle && ./gradlew assembleDebug
run: cd android && ./gradlew bundle && ./gradlew assembleRelease

- name: Extract Android signing key from env
run: |
Expand Down

0 comments on commit 116f22a

Please sign in to comment.