Skip to content

Commit

Permalink
Merge branch 'main' into release/v1/1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manununhez committed Apr 15, 2024
2 parents 20c835c + ef76e7d commit 4551400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
cache: gradle

- name: Decode keystore and create jks
run: echo "${{ secrets.KEY_KEYSTORE_BASE64 }}" | base64 --decode > app/purrfect-pics-key
run: echo "${{ secrets.KEY_KEYSTORE_BASE64 }}" | base64 --decode > app/purrfect-pics-key.jks

- name: Generate keystore.properties
run: |
Expand Down

0 comments on commit 4551400

Please sign in to comment.