Skip to content

Commit

Permalink
chore: remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
jvsena42 committed Dec 22, 2023
1 parent 3eee568 commit a6a7222
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ jobs:
- name: Build Release AAB
run: ./gradlew bundleRelease

- name: List directory contents
run: ls -l app/build/outputs/bundle/release

- name: Check for app bundle file
run: |
if [[ ! -f app/build/outputs/bundle/release/app-release.aab ]]; then
Expand All @@ -54,21 +51,7 @@ jobs:
BUILD_TOOLS_VERSION: "30.0.2"

- name: Upload Signed AAB
uses: actions/upload-artifact@v2
with:
name: app-bundle
path: ${{steps.sign_app.outputs.signedReleaseFile}}

- name: Sign app bundle
uses: r0adkll/upload-google-play@v1
id: sign_app
with:
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
packageName: com.bulletapps.candypricer
releaseFiles: app/build/outputs/bundle/release/app-release.aab

- name: Upload Signed AAB
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: app-bundle
path: app/build/outputs/bundle/release/app-release.aab
Expand Down

0 comments on commit a6a7222

Please sign in to comment.