Skip to content

Commit

Permalink
Updated uses: google-github-actions/setup-gcloud@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavik-multipl committed Apr 6, 2023
1 parent bd46425 commit 72ad3a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-deploy-to-playstore.yml
Expand Up @@ -39,9 +39,9 @@ jobs:
project_id: my-project-id
service_account_key: ${{ secrets.PLAY_STORE_AUTH_TOKEN }}
- name: Upload APK to Google Play Console
uses: google-github-actions/upload-google-play@master
uses: r0adkll/upload-google-play@v1
with:
release_files: "build/app/outputs/bundle/release/app-release.aab"
releaseFiles: "build/app/outputs/bundle/release/app-release.aab"
track: "production"
package_name: "com.ibhavikmakwana.flutterplayground"
service_account_key: ${{ secrets.PLAY_STORE_AUTH_TOKEN }}
packageName: "com.ibhavikmakwana.flutterplayground"
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}

0 comments on commit 72ad3a2

Please sign in to comment.