From 93dcc12f8da5959638e7f42ecffc6ee9d99f3845 Mon Sep 17 00:00:00 2001 From: LucasGGamerM <71328265+LucasGGamerM@users.noreply.github.com> Date: Sun, 2 Apr 2023 12:02:42 -0300 Subject: [PATCH 1/2] chore: trying to fix android.yml I forgot that chore is the keyword for this stuff --- .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 7beaecfde..81afcd140 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: 'mastodon/keystore/nightly_keystore.jks' + fileName: './keystore/nightly_keystore.jks' encodedString: ${{ secrets.KEYSTORE }} - name: Build with Gradle From 167597bc9f2b9c456a4414ad088a4f5428fc7003 Mon Sep 17 00:00:00 2001 From: LucasGGamerM <71328265+LucasGGamerM@users.noreply.github.com> Date: Sun, 2 Apr 2023 12:07:41 -0300 Subject: [PATCH 2/2] chore: still in the process of fixing github actions --- .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 81afcd140..90ce2ee85 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