chore: trying to fix android.yml

I forgot that chore is the keyword for this stuff
This commit is contained in:
LucasGGamerM
2023-04-02 12:02:42 -03:00
committed by GitHub
parent 1287dff879
commit 93dcc12f8d

View File

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