Skip to content

Commit

Permalink
configure apk release
Browse files Browse the repository at this point in the history
  • Loading branch information
kateile committed Oct 31, 2024
1 parent 5663e2d commit 31ce849
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,18 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v2
with:
body: 'New bundle'
body: 'New apk'
name: ${{ github.ref_name }}
tag_name: ${{ github.ref_name }}
files: build/app/outputs/bundle/release/app-release.aab
files: build/app/outputs/apk/release/app-release.apk

- uses: r0adkll/upload-google-play@v1.1.3
with:
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
packageName: com.kateile.stg.tz
releaseFiles: build/app/outputs/bundle/release/*.aab
track: ${{ github.ref_name }}
inAppUpdatePriority: 2
changesNotSentForReview: true
whatsNewDirectory: whatsnew
mappingFile: build/app/outputs/mapping/release/mapping.txt
# - uses: r0adkll/upload-google-play@v1.1.3
# with:
# serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
# packageName: com.kateile.stg.tz
# releaseFiles: build/app/outputs/bundle/release/*.aab
# track: ${{ github.ref_name }}
# inAppUpdatePriority: 2
# changesNotSentForReview: true
# whatsNewDirectory: whatsnew
# mappingFile: build/app/outputs/mapping/release/mapping.txt

0 comments on commit 31ce849

Please sign in to comment.