Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hajoha committed Jun 3, 2024
1 parent 7ef75fa commit d4c0652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
RELEASE_KEYSTORE_ALIAS: ${{ secrets.KEYSTORE_ALIAS }}
RELEASE_KEY_PASSWORD: ${{ secrets.KEY_PW }}
run: |
echo "$ENCODED_STRING" > keystore-b64.txt
echo $ENCODED_STRING > keystore-b64.txt && ls -la
base64 -d keystore-b64.txt > app/OpenMobileNetworkToolkit-key.jks && ls -la app
mkdir android
echo "storePassword=$RELEASE_KEYSTORE_PASSWORD" > android/key.properties
Expand Down

0 comments on commit d4c0652

Please sign in to comment.