Skip to content

Commit

Permalink
Fix android_release_build.yml path (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
chromy authored Oct 18, 2024
1 parent f97bb24 commit 6f0bff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android_release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Convert AAB to APK
uses: mukeshsolanki/[email protected]
with:
aabFile: app/build/outputs/bundle/release/app-release.aab
aabFile: ./app/build/outputs/bundle/release/app-release.aab
base64Keystore: ${{ secrets.ANDROID_RELEASE_KEYSTORE_BASE64 }}
keystoreAlias: ${{ secrets.ANDROID_RELEASE_KEY_ALIAS }}
keyPassword: ${{ secrets.ANDROID_RELEASE_KEY_PASSWORD }}
Expand Down

0 comments on commit 6f0bff1

Please sign in to comment.