chore: still in the process of fixing github actions
This commit is contained in:
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
|||||||
id: decode_keystore
|
id: decode_keystore
|
||||||
uses: timheuer/base64-to-file@v1
|
uses: timheuer/base64-to-file@v1
|
||||||
with:
|
with:
|
||||||
fileName: './keystore/nightly_keystore.jks'
|
fileName: './mastodon/keystore/nightly_keystore.jks'
|
||||||
encodedString: ${{ secrets.KEYSTORE }}
|
encodedString: ${{ secrets.KEYSTORE }}
|
||||||
|
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
|
|||||||
Reference in New Issue
Block a user