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 4efbc27 commit dab9a2eCopy full SHA for dab9a2e
.github/workflows/cd-release.yml
@@ -29,14 +29,14 @@ jobs:
29
run: chmod +x gradlew
30
31
- name: Build apk
32
- run: ./gradlew assembleProductionRelease
+ run: ./gradlew bundleProductionRelease
33
34
- - name: Sign app APK
+ - name: Sign App Bundle
35
uses: r0adkll/sign-android-release@v1
36
# ID used to access action output
37
id: sign_app
38
with:
39
- releaseDirectory: app/build/outputs/apk/production/release
+ releaseDirectory: app/build/outputs/bundle/productionRelease/
40
signingKeyBase64: ${{ secrets.KEYSTORE_BASE64 }}
41
alias: ${{ secrets.KEYSTORE_ALIAS }}
42
keyStorePassword: ${{ secrets.KEYSTORE_PASSWORD }}
0 commit comments