Skip to content

Commit

Permalink
Build & publish the android app on CI from bash
Browse files Browse the repository at this point in the history
  • Loading branch information
mr3y-the-programmer authored Dec 17, 2023
1 parent c560de0 commit fe53980
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,19 @@ jobs:
KEYSTORE_STORE_PASSWORD: ${{ secrets.STORE_KEY_PASSWORD }}

- name: Create Play Config file
shell: bash
run: |
echo "$PLAY_CONFIG_JSON" > play_config.json.b64
base64 -d -i play_config.json.b64 > play_config.json
env:
PLAY_CONFIG_JSON: ${{ secrets.PLAY_CONFIG }}

- name: Build & Publish Release (.aab) bundle to Play console
shell: bash
run: ./gradlew bundleRelease publishReleaseBundle

- name: Build release APK
shell: bash
run: ./gradlew assembleRelease --stacktrace

- name: Upload release APK
Expand Down

0 comments on commit fe53980

Please sign in to comment.