mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
Github Action tuning
This commit is contained in:
parent
b07306a0c2
commit
29be653606
1 changed files with 6 additions and 6 deletions
12
.github/workflows/github_release.yml
vendored
12
.github/workflows/github_release.yml
vendored
|
|
@ -16,12 +16,12 @@ jobs:
|
|||
java-version: 8
|
||||
|
||||
- name: Decode Keystore
|
||||
env:
|
||||
ENCODED_STRING: ${{ secrets.KEYSTORE_BASE64 }}
|
||||
KEYSTORE_PATH: ${{ secrets.KEYSTORE_PATH }}
|
||||
run: |
|
||||
echo $ENCODED_STRING > keystore-b64.txt
|
||||
base64 -di keystore-b64.txt > $KEYSTORE_PATH
|
||||
env:
|
||||
ENCODED_STRING: ${{ secrets.KEYSTORE_BASE64 }}
|
||||
KEYSTORE_PATH: ${{ secrets.KEYSTORE_PATH }}
|
||||
run: |
|
||||
echo $ENCODED_STRING > keystore-b64.txt
|
||||
base64 -di keystore-b64.txt > $KEYSTORE_PATH
|
||||
|
||||
build:
|
||||
needs: setup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue