Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanmeade committed Mar 29, 2023
2 parents dc31b7d + 7fdf1d0 commit 3929767
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/buildSignReleaseAndUploadToGooglePlay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,9 @@ jobs:
path: app/build/outputs/

- name: Upload to Google Play
env:
SERVICE_ACCOUNT_JSON: ${{ secrets.SERVICE_ACCOUNT_JSON }}
uses: r0adkll/upload-google-play@v1
with:
serviceAccountJsonPlainText: ${{ SERVICE_ACCOUNT_JSON }}
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
packageName: com.camp.campingtripplanner
releaseFiles: app/build/outputs/bundle/release/app-release.apk
releaseFiles: app/build/outputs/apk/release/app-release-unsigned-signed.apk
track: production
userFraction: 1.0

0 comments on commit 3929767

Please sign in to comment.