Skip to content

Commit

Permalink
Fix release directory for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Iamlooker committed Oct 7, 2023
1 parent 746b946 commit ddafe73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
name: Sign app APK
id: sign_app
with:
releaseDirectory: app/release
releaseDirectory: app/build/outputs/apk/release
signingKeyBase64: ${{ secrets.KEY_BASE64 }}
alias: ${{ secrets.ALIAS }}
keyStorePassword: ${{ secrets.KEYSTORE_PASS }}
Expand Down

0 comments on commit ddafe73

Please sign in to comment.