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