We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bbcbb6 commit 97ddb78Copy full SHA for 97ddb78
.github/workflows/release.yml
@@ -63,14 +63,14 @@ jobs:
63
64
- name: Build Android
65
run: |
66
- cd android && ./gradlew bundleRelease --no-daemon --info
+ cd android && ./gradlew assembleRelease --no-daemon --info
67
68
69
- name: Sign App Bundle
70
id: sign_app
71
uses: r0adkll/sign-android-release@v1
72
with:
73
- releaseDirectory: android/app/build/outputs/bundle/release
+ releaseDirectory: android/app/build/outputs/apk/release
74
signingKeyBase64: ${{ secrets.ANDROID_SIGNING_KEY }}
75
alias: ${{ secrets.ANDROID_SIGNING_ALIAS }}
76
keyStorePassword: ${{ secrets.ANDROID_SIGNING_STORE_PASSWORD }}
0 commit comments