Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hajoha committed Jun 4, 2024
1 parent 49cdbfe commit 9eb4ae3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ jobs:
RELEASE_KEYSTORE_ALIAS: ${{ secrets.KEYALIAS }}
RELEASE_KEY_PASSWORD: ${{ secrets.KEYPASSWORD }}
run: |
sudo apt install coreutils
base64 --version
echo -n $ENCODED_STRING | wc -c
echo -n $ENCODED_STRING | base64 -d > OpenMobileNetworkToolkit-key.jks
echo -n "$ENCODED_STRING" | wc -c
echo -n "$ENCODED_STRING" | base64 -d > OpenMobileNetworkToolkit-key.jks
mv OpenMobileNetworkToolkit-key.jks app
mkdir android
touch android/key.properties
Expand Down

0 comments on commit 9eb4ae3

Please sign in to comment.