Skip to content

Commit

Permalink
fix: release file path
Browse files Browse the repository at this point in the history
  • Loading branch information
jvsena42 committed Dec 22, 2023
1 parent 6803429 commit 16f8555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ jobs:
with:
serviceAccountJson: service_account.json
packageName: com.bulletapps.candypricer
releaseFiles: app/build/outputs/bundle/release/*.aab
releaseFiles: app/build/outputs/bundle/release/app-release.aab
track: production

0 comments on commit 16f8555

Please sign in to comment.