Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
delacrixmorgan committed Nov 19, 2024
1 parent 627e69a commit 163f730
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ jobs:
RELEASE_KEYSTORE_BASE64: ${{ secrets.RELEASE_KEYSTORE_BASE64 }}

run: |
echo RELEASE_KEYSTORE_BASE64 > release.txt
base64 -d release.txt > release.jks
echo "$RELEASE_KEYSTORE_BASE64" | base64 --decode > release.jks
# Build and deploy - https://github.com/gradle/gradle-build-action
- name: Build and Publish App on Google Play
Expand Down

0 comments on commit 163f730

Please sign in to comment.