Update beta.yml
This commit is contained in:
parent
2b38869c41
commit
1cd1b8af23
1 changed files with 2 additions and 2 deletions
4
.github/workflows/beta.yml
vendored
4
.github/workflows/beta.yml
vendored
|
@ -29,8 +29,8 @@ jobs:
|
|||
java-version: 17
|
||||
cache: gradle
|
||||
|
||||
- name: Decode Keystore File
|
||||
run: echo "${{ secrets.KEYSTORE_FILE }}" | base64 -d > key.keystore
|
||||
- name: Decode Keystore File
|
||||
run: echo "${{ secrets.KEYSTORE_FILE }}" | base64 -d > key.keystore
|
||||
|
||||
- name: Make gradlew executable
|
||||
run: chmod +x ./gradlew
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue