Skip to content

Commit

Permalink
Generate android app bundle for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
t895 committed Dec 2, 2024
1 parent 0cdab26 commit b4b5cc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
export STORE_FILE_PATH=${HOME}/keyfile.jks
./gradlew :app:assembleRelease
./gradlew :app:buildApksRelease
./gradlew :app:bundleRelease
- name: Release
uses: ncipollo/release-action@v1
with:
artifacts: "./**/*.apk,./**/*.apks"
artifacts: "./**/*.apk,./**/*.apks,./**/*.aab"

0 comments on commit b4b5cc2

Please sign in to comment.