From 05b2d603f100de2bc0fce4d91f4c2b931e3728fe Mon Sep 17 00:00:00 2001 From: LucasGGamerM <71328265+LucasGGamerM@users.noreply.github.com> Date: Sat, 1 Apr 2023 21:15:19 -0300 Subject: [PATCH] fix: maybe fix nightly builds again Whyyyyyyy --- .github/workflows/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 75a494e6f..7beaecfde 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -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