Forráskód Böngészése

[SKIP CI] Use non-fork version of APK signing action

arkon 4 éve
szülő
commit
558c4ada06
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

@@ -63,7 +63,7 @@ jobs:
 
       - name: Sign APK
         if: startsWith(github.ref, 'refs/tags/') && github.repository == 'inorichi/tachiyomi'
-        uses: jobobby04/[email protected]
+        uses: r0adkll/sign-android-release@v1
         with:
           releaseDirectory: app/build/outputs/apk/standard/release
           signingKeyBase64: ${{ secrets.SIGNING_KEY }}