Skip to content

Commit

Permalink
ci: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kosukesaigusa committed Sep 26, 2023
1 parent e7e3b86 commit 0864f2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release_to_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ jobs:
--groups internal-testers \
--release-notes "${LATEST_COMMIT_MESSAGES}"
- name: Create service account key
run: echo "${{ secrets.GPC_API_KEY_BASE64 }}" | base64 --decode > packages/mottai_flutter_app/android/service_account_key.json
- name: Create service_account.json
run: echo "${{ secrets.GPC_API_KEY_BASE64 }}" | base64 --decode > service_account.json

- name: Upload to GPC
uses: r0adkll/upload-google-play@v1
with:
serviceAccountJson: service_account_key.json
serviceAccountJson: service_account.json
packageName: com.kosukesaigusa.mottai_flutter_app.dev2
releaseFiles: packages/mottai_flutter_app/build/app/outputs/bundle/release/app-release.aab
track: internal
Expand Down

0 comments on commit 0864f2b

Please sign in to comment.