Skip to content

Commit

Permalink
[#129] [BP] Publish to Google Play. Fix keychain
Browse files Browse the repository at this point in the history
  • Loading branch information
lyskouski committed Oct 16, 2023
1 parent f77585f commit 490b53b
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 @@ -146,7 +146,7 @@ jobs:
ANDROID_KEY: ${{ secrets.ANDROID_KEY }}
run: |
mkdir -p ~/private_keys
echo -n "$ANDROID_JKS" | base64 -d > ~/private_keys/key.jks
echo -n "$ANDROID_JKS" | base64 -d > $GITHUB_WORKSPACE/android/key.jks
echo -n "$ANDROID_KEY" | base64 -d > $GITHUB_WORKSPACE/android/key.properties
- name: Run Android Build
Expand Down

0 comments on commit 490b53b

Please sign in to comment.