chore: still in the process of fixing github actions

This commit is contained in:
LucasGGamerM 2023-04-02 12:07:41 -03:00 committed by GitHub
parent 93dcc12f8d
commit 167597bc9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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