From 558c4ada06a4c82d4a7581c0f24ff12e2c0e99c4 Mon Sep 17 00:00:00 2001 From: arkon Date: Thu, 12 Nov 2020 19:32:14 -0500 Subject: [PATCH] [SKIP CI] Use non-fork version of APK signing action --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6c8c7fcea5..2c0e185a97 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,7 +63,7 @@ jobs: - name: Sign APK if: startsWith(github.ref, 'refs/tags/') && github.repository == 'inorichi/tachiyomi' - uses: jobobby04/sign-android-release@v1.0.2 + uses: r0adkll/sign-android-release@v1 with: releaseDirectory: app/build/outputs/apk/standard/release signingKeyBase64: ${{ secrets.SIGNING_KEY }}