mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-04 08:13:07 +00:00
Github Action tuning
This commit is contained in:
12
.github/workflows/github_release.yml
vendored
12
.github/workflows/github_release.yml
vendored
@@ -16,12 +16,12 @@ jobs:
|
|||||||
java-version: 8
|
java-version: 8
|
||||||
|
|
||||||
- name: Decode Keystore
|
- name: Decode Keystore
|
||||||
env:
|
env:
|
||||||
ENCODED_STRING: ${{ secrets.KEYSTORE_BASE64 }}
|
ENCODED_STRING: ${{ secrets.KEYSTORE_BASE64 }}
|
||||||
KEYSTORE_PATH: ${{ secrets.KEYSTORE_PATH }}
|
KEYSTORE_PATH: ${{ secrets.KEYSTORE_PATH }}
|
||||||
run: |
|
run: |
|
||||||
echo $ENCODED_STRING > keystore-b64.txt
|
echo $ENCODED_STRING > keystore-b64.txt
|
||||||
base64 -di keystore-b64.txt > $KEYSTORE_PATH
|
base64 -di keystore-b64.txt > $KEYSTORE_PATH
|
||||||
|
|
||||||
build:
|
build:
|
||||||
needs: setup
|
needs: setup
|
||||||
|
|||||||
Reference in New Issue
Block a user