Skip to content

Commit

Permalink
🚀 change path for service account.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kmkim2689 committed Aug 21, 2024
1 parent fdd2658 commit 044774b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/an-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@ jobs:
BUILD_TOOLS_VERSION: "34.0.0"

- name: Set Up Authorization with Google Play
run: echo '${{ secrets.ANDROID_PLAY_AUTH }}' > ./android/service_account.json
run: echo '${{ secrets.ANDROID_PLAY_AUTH }}' > service_account.json

- name: Deploy AAB to Google Play Console
uses: r0adkll/upload-google-play@v1
with:
serviceAccountJsonPlainText: ./android/service_account.json
serviceAccountJsonPlainText: service_account.json
packageName: net.pengcook.android
releaseFiles: ./android/app/build/outputs/bundle/release/app-release.aab
track: internal

0 comments on commit 044774b

Please sign in to comment.