Skip to content

Commit

Permalink
Merge pull request #43 from cuappdev/main
Browse files Browse the repository at this point in the history
test 6; try to fix release file path
  • Loading branch information
thisjustin123 authored Sep 5, 2024
2 parents 5101e61 + b54b4df commit 8b7f110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-play-store-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
with:
serviceAccountJson: service_account.json
packageName: ${{ secrets.PACKAGE_NAME }}
releaseFile: app/build/outputs/bundle/release/app-release.aab
releaseFiles: "app/build/outputs/bundle/release/app-release.aab"
track: beta
whatsNewDirectory: whatsnew/

Expand Down

0 comments on commit 8b7f110

Please sign in to comment.