mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 06:42:05 +01:00
Update ilharp/sign-android-release action to v2 (#172)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/Build.yml
vendored
2
.github/workflows/Build.yml
vendored
@@ -91,7 +91,7 @@ jobs:
|
||||
-P"compose.desktop.mac.notarization.teamID=${{ secrets.APPLE_TEAM_ID }}"
|
||||
|
||||
- name: Sign APK
|
||||
uses: ilharp/sign-android-release@v1
|
||||
uses: ilharp/sign-android-release@v2
|
||||
if: ${{ matrix.runtime == 'android' }}
|
||||
with:
|
||||
releaseDir: android/build/outputs/apk/release
|
||||
|
||||
2
.github/workflows/Preview.yml
vendored
2
.github/workflows/Preview.yml
vendored
@@ -99,7 +99,7 @@ jobs:
|
||||
--stacktrace
|
||||
|
||||
- name: Sign APK
|
||||
uses: ilharp/sign-android-release@v1
|
||||
uses: ilharp/sign-android-release@v2
|
||||
if: ${{ matrix.runtime == 'android' }}
|
||||
with:
|
||||
releaseDir: android/build/outputs/apk/release
|
||||
|
||||
Reference in New Issue
Block a user