Update .forgejo/workflows/release.yaml
This commit is contained in:
parent
94b471a15c
commit
47cd74a7a5
1 changed files with 6 additions and 0 deletions
|
@ -32,6 +32,12 @@ jobs:
|
|||
env:
|
||||
RELEASE_KEY_B64: ${{ secrets.RELEASE_KEY_B64 }}
|
||||
|
||||
- name: Test keystore
|
||||
run: |
|
||||
keytool -list -v -keystore app/release-key.jks
|
||||
env:
|
||||
KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}
|
||||
|
||||
- name: Set up gradle
|
||||
run: chmod +x ./gradlew
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue