chore: still debugging the signing issue

This commit is contained in:
LucasGGamerM 2023-04-02 13:27:29 -03:00 committed by GitHub
parent eacaf214e8
commit 1c0b62ac30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@ jobs:
id: decode_keystore
uses: timheuer/base64-to-file@v1
with:
fileName: './mastodon/keystore/nightly_keystore.jks'
fileName: 'nightly_keystore.jks'
fileDir: './mastodon/keystore/'
encodedString: ${{ secrets.KEYSTORE }}
- name: Build with Gradle