Skip to content

Commit

Permalink
Hotfix: apk instead of aab
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderRedYT committed Dec 9, 2023
1 parent 5bbcbb6 commit 81b731e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
id: sign_app
uses: r0adkll/sign-android-release@v1
with:
releaseDirectory: android/app/build/outputs/bundle/release
releaseDirectory: android/app/build/outputs/apk/release
signingKeyBase64: ${{ secrets.ANDROID_SIGNING_KEY }}
alias: ${{ secrets.ANDROID_SIGNING_ALIAS }}
keyStorePassword: ${{ secrets.ANDROID_SIGNING_STORE_PASSWORD }}
Expand Down

0 comments on commit 81b731e

Please sign in to comment.