Skip to content

Commit

Permalink
Json key file
Browse files Browse the repository at this point in the history
  • Loading branch information
OroshiX committed Sep 30, 2024
1 parent f40e4d6 commit 516e0ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,11 @@ jobs:
env:
KEYSTORE_BASE64: ${{ secrets.KEYSTORE_BASE64 }}
KEY_PROPERTIES_BASE64: ${{ secrets.KEY_PROPERTIES_BASE64 }}
UPLOAD_PLAY_STORE_JSON_KEY_BASE64: ${{ secrets.UPLOAD_PLAY_STORE_JSON_KEY_BASE64 }}
run: |
echo $KEYSTORE_BASE64 | base64 --decode > "${{ github.workspace }}/android/app/key.jks"
echo $KEY_PROPERTIES_BASE64 | base64 --decode > "${{ github.workspace }}/android/key.properties"
echo $UPLOAD_PLAY_STORE_JSON_KEY_BASE64 | base64 --decode > "${{ github.workspace }}/android/fastlane/pc-api-6123431601169861140-769-8506f6955151.json"
echo "key.properties file: $(ls -l "${{ github.workspace }}/android/key.properties")"
echo "key.jks file: $(ls -l "${{ github.workspace }}/android/app/key.jks")"
- uses: actions/setup-java@v3
Expand Down
2 changes: 1 addition & 1 deletion android/fastlane

0 comments on commit 516e0ff

Please sign in to comment.