fix: maybe fix nightly builds again

Whyyyyyyy
This commit is contained in:
LucasGGamerM 2023-04-01 21:15:19 -03:00 committed by GitHub
parent e7967eadc5
commit 05b2d603f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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