diff --git a/.github/workflows/an-cd.yml b/.github/workflows/an-cd.yml index 4af96b6c..791b5b63 100644 --- a/.github/workflows/an-cd.yml +++ b/.github/workflows/an-cd.yml @@ -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