Skip to content

Commit

Permalink
Fixed deploy to google play
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Fernández Pérez committed May 28, 2024
1 parent eba4449 commit 1ac245f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,6 @@ jobs:
with:
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
packageName: io.github.marckfp.twa
releaseFiles: app-release-bundle.aab
releaseFiles: ./android/app-release-bundle.aab
track: production
status: completed

0 comments on commit 1ac245f

Please sign in to comment.