Skip to content

Commit

Permalink
ci: Update release directory
Browse files Browse the repository at this point in the history
  • Loading branch information
nikclayton authored Mar 3, 2024
1 parent 22bb442 commit cecbf39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/apk-on-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
name: Sign app APK
id: sign_app_apk
with:
releaseDirectory: app/build/outputs/bundle/orangeGoogleRelease
releaseDirectory: app/build/outputs/apk/orangeGoogle/release
signingKeyBase64: ${{ secrets.SIGNING_KEY }}
alias: ${{ secrets.SIGNING_KEY_ALIAS }}
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
Expand Down

0 comments on commit cecbf39

Please sign in to comment.