mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 09:33:33 +00:00
Github Action tuning
This commit is contained in:
parent
dff1a22ec3
commit
f44f3d957d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/github_release.yml
vendored
2
.github/workflows/github_release.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
KEYSTORE_PATH: ${{ secrets.KEYSTORE_PATH }}
|
||||
run: |
|
||||
echo $ENCODED_STRING > keystore-b64.txt
|
||||
base64 -d keystore-b64.txt > $KEYSTORE_PATH
|
||||
base64 -di keystore-b64.txt > $KEYSTORE_PATH
|
||||
|
||||
build:
|
||||
needs: [ setup, decode ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue