Skip to content

Commit

Permalink
Stop uploading APK after running android_prod_release GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
msasikanth committed Jun 3, 2023
1 parent 37e0c2c commit 2995440
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/android_prod_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,7 @@ jobs:
run: gpg --batch --yes --quiet --decrypt --passphrase=${{ secrets.KEYSTORE_ENCRYPT_KEY }} --output release/reader.jks release/reader.gpg

- name: Build release artifacts
run: ./gradlew --no-daemon androidApp:assembleRelease androidApp:bundleRelease

- name: Upload Release APK
uses: actions/upload-artifact@v3
with:
name: release.apk
path: androidApp/build/outputs/apk/release/androidApp-release.apk
run: ./gradlew --no-daemon androidApp:bundleRelease

- name: Upload Release Bundle
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 2995440

Please sign in to comment.