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 34f81b1 commit 0a88b02
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
RELEASE_KEYSTORE_ALIAS: ${{ secrets.KEYALIAS }}
RELEASE_KEY_PASSWORD: ${{ secrets.KEYPASSWORD }}
run: |
echo "$ENCODED_STRING" > keystore-b64.txt && ls -la
'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
echo "keyPassword=$RELEASE_KEY_PASSWORD" >> android/key.properties
echo "keyAlias=$RELEASE_KEYSTORE_ALIAS" >> android/key.properties
echo "storeFile=OpenMobileNetworkToolkit-key.jks" >> android/key.properties
'echo "storePassword=$RELEASE_KEYSTORE_PASSWORD" > android/key.properties'
'echo "keyPassword=$RELEASE_KEY_PASSWORD" >> android/key.properties'
'echo "keyAlias=$RELEASE_KEYSTORE_ALIAS" >> android/key.properties'
'echo "storeFile=OpenMobileNetworkToolkit-key.jks" >> android/key.properties'
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0a88b02

Please sign in to comment.