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 20ca84d commit 03daf89
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 @@ -27,7 +27,7 @@ jobs:
run: |
sudo apt install coreutils
base64 --version
echo "$ENCODED_STRING" | base64 -d > OpenMobileNetworkToolkit-key.jks
echo $ENCODED_STRING | base64 -d > OpenMobileNetworkToolkit-key.jks
mv OpenMobileNetworkToolkit-key.jks app
mkdir android
touch android/key.properties
Expand Down

0 comments on commit 03daf89

Please sign in to comment.