Github Action tuning

This commit is contained in:
antonio 2023-04-10 17:05:10 +02:00
parent 45f65f4a15
commit dff1a22ec3

View file

@ -27,7 +27,6 @@ jobs:
echo $ENCODED_STRING > keystore-b64.txt
base64 -d keystore-b64.txt > $KEYSTORE_PATH
build:
needs: [ setup, decode ]
runs-on: ubuntu-latest