From 1c0b62ac30c96e2fc89ba294f1ce9b887679e539 Mon Sep 17 00:00:00 2001 From: LucasGGamerM <71328265+LucasGGamerM@users.noreply.github.com> Date: Sun, 2 Apr 2023 13:27:29 -0300 Subject: [PATCH] chore: still debugging the signing issue --- .github/workflows/android.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 90ce2ee85..72331bf94 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -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