Skip to content

Commit fe53980

Browse files
Build & publish the android app on CI from bash
1 parent c560de0 commit fe53980

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,19 @@ jobs:
5555
KEYSTORE_STORE_PASSWORD: ${{ secrets.STORE_KEY_PASSWORD }}
5656

5757
- name: Create Play Config file
58+
shell: bash
5859
run: |
5960
echo "$PLAY_CONFIG_JSON" > play_config.json.b64
6061
base64 -d -i play_config.json.b64 > play_config.json
6162
env:
6263
PLAY_CONFIG_JSON: ${{ secrets.PLAY_CONFIG }}
6364

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

6769
- name: Build release APK
70+
shell: bash
6871
run: ./gradlew assembleRelease --stacktrace
6972

7073
- name: Upload release APK

0 commit comments

Comments
 (0)