Skip to content

Commit

Permalink
add Create keystore folder to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Turskyi committed Dec 7, 2023
1 parent dfc40a1 commit ef20306
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/compose_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
env:
KEY_PROPERTIES: ${{ secrets.KEY_PROPERTIES }}

- name: Create keystore folder
run: mkdir -p composeApp/src/androidMain/keystore

- name: Write politerai_release.keystore file
run: |
echo $RELEASE_KEYSTORE | base64 -d > composeApp/src/androidMain/keystore/politerai_release.keystore
Expand Down

0 comments on commit ef20306

Please sign in to comment.