Skip to content

Commit

Permalink
Update upload-store-android-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcorossi-cb authored Mar 11, 2024
1 parent a2f6800 commit 0b5df3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-store-android-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ env:
ANDROID_PACKAGE_NAME: ${{ inputs.ANDROID_PACKAGE_NAME }}
FLAVOR: ${{ inputs.FLAVOR }}
ANDROID_ENABLE_UPLOAD: ${{ inputs.ANDROID_ENABLE_UPLOAD }}
ANDROID_BUILD_PATH: build/app/outputs/bundle/${{ inputs.FLAVOR }}Release/app-${{ inputs.FLAVOR }}-release.aab
ANDROID_BUILD_PATH: app-${{ inputs.FLAVOR }}-release.aab

jobs:
upload:
Expand Down

0 comments on commit 0b5df3d

Please sign in to comment.