Skip to content

Commit dab9a2e

Browse files
authored
Update cd-release.yml
1 parent 4efbc27 commit dab9a2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cd-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ jobs:
2929
run: chmod +x gradlew
3030

3131
- name: Build apk
32-
run: ./gradlew assembleProductionRelease
32+
run: ./gradlew bundleProductionRelease
3333

34-
- name: Sign app APK
34+
- name: Sign App Bundle
3535
uses: r0adkll/sign-android-release@v1
3636
# ID used to access action output
3737
id: sign_app
3838
with:
39-
releaseDirectory: app/build/outputs/apk/production/release
39+
releaseDirectory: app/build/outputs/bundle/productionRelease/
4040
signingKeyBase64: ${{ secrets.KEYSTORE_BASE64 }}
4141
alias: ${{ secrets.KEYSTORE_ALIAS }}
4242
keyStorePassword: ${{ secrets.KEYSTORE_PASSWORD }}

0 commit comments

Comments
 (0)