mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-01-30 06:12:07 +00:00
Github Action tuning
This commit is contained in:
5
.github/workflows/github_release.yml
vendored
5
.github/workflows/github_release.yml
vendored
@@ -25,9 +25,8 @@ jobs:
|
||||
KEYSTORE_PATH: ${{ secrets.KEYSTORE_PATH }}
|
||||
run: |
|
||||
echo $ENCODED_STRING > keystore-b64.txt
|
||||
base64 -d keystore-b64.txt > $KEYSTORE_PATH
|
||||
|
||||
|
||||
base64 -d keystore-b64.txt > $KEYSTORE_PATH
|
||||
|
||||
build:
|
||||
needs: [ setup, decode ]
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user