From 82f5d83eb354502d465eb3e49c21563aeb5f9ca2 Mon Sep 17 00:00:00 2001 From: Seth Schroeder Date: Mon, 18 Sep 2023 20:27:29 +0200 Subject: [PATCH] github actions: save google play key to correct file --- .github/workflows/production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 068d8919f3..2183ef109c 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -51,7 +51,7 @@ jobs: - name: Create Google Play service account key env: GOOGLE_PLAY_SERVICE_ACCOUNT: ${{ secrets.GOOGLE_PLAY_SERVICE_ACCOUNT }} - run: echo "$GOOGLE_PLAY_SERVICE_ACCOUNT" > google-play-service-account.json + run: echo "$GOOGLE_PLAY_SERVICE_ACCOUNT" > app/play-service-account-key.json - name: Build apk with fastlane run: bundle exec fastlane prod github_token:${{ secrets.GITHUB_TOKEN }}