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
64e1e1fd1e
commit
f5ffa55853
1 changed files with 2 additions and 2 deletions
4
.github/workflows/github_release.yml
vendored
4
.github/workflows/github_release.yml
vendored
|
|
@ -9,8 +9,6 @@ jobs:
|
||||||
release:
|
release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
|
||||||
|
|
||||||
- name: Setup JDK 8
|
- name: Setup JDK 8
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
|
|
@ -24,6 +22,8 @@ jobs:
|
||||||
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
|
||||||
|
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Cache Gradle and wrapper
|
- name: Cache Gradle and wrapper
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue