Skip to content

Commit

Permalink
key file output
Browse files Browse the repository at this point in the history
  • Loading branch information
bwees committed Aug 28, 2024
1 parent e33726d commit 25c70ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
- name: Decode Keystore
run: |
echo "${{ secrets.AAB_SIGNING_KEY }}" | base64 --decode > "maroon-rides-release-key.jks"
echo "${{ secrets.AAB_SIGNING_KEY }}" | base64 --decode > "./android/app/maroon-rides-release-key.jks"
- name: Fastlane Build [Android]
run: |
Expand Down

0 comments on commit 25c70ac

Please sign in to comment.