Skip to content

Commit 97ddb78

Browse files
Hotfix: apk instead of aab
1 parent 5bbcbb6 commit 97ddb78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ jobs:
6363

6464
- name: Build Android
6565
run: |
66-
cd android && ./gradlew bundleRelease --no-daemon --info
66+
cd android && ./gradlew assembleRelease --no-daemon --info
6767
6868
6969
- name: Sign App Bundle
7070
id: sign_app
7171
uses: r0adkll/sign-android-release@v1
7272
with:
73-
releaseDirectory: android/app/build/outputs/bundle/release
73+
releaseDirectory: android/app/build/outputs/apk/release
7474
signingKeyBase64: ${{ secrets.ANDROID_SIGNING_KEY }}
7575
alias: ${{ secrets.ANDROID_SIGNING_ALIAS }}
7676
keyStorePassword: ${{ secrets.ANDROID_SIGNING_STORE_PASSWORD }}

0 commit comments

Comments
 (0)