mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 08:07:40 +00:00
Fix new Piko dev patch
Piko dev patch update to new api so need change code to patch it.
This commit is contained in:
4
.github/workflows/manual-patch.yml
vendored
4
.github/workflows/manual-patch.yml
vendored
@@ -267,7 +267,7 @@ jobs:
|
||||
- name: Patch apk
|
||||
id: patch-piko-stable
|
||||
if: steps.check-gh-piko-stable.outputs.internet_error == '0'
|
||||
run: bash src/build/Piko.sh latest
|
||||
run: bash src/build/Piko.sh
|
||||
- name: Releasing APK files
|
||||
id: release-piko-stable
|
||||
if: steps.check-gh-piko-stable.outputs.internet_error == '0'
|
||||
@@ -287,7 +287,7 @@ jobs:
|
||||
- name: Patch apk
|
||||
id: patch-piko-beta
|
||||
if: steps.check-gh-piko-beta.outputs.internet_error == '0'
|
||||
run: bash src/build/Piko.sh prerelease
|
||||
run: bash src/build/Piko-Beta.sh
|
||||
- name: Releasing APK files
|
||||
id: release-piko-beta
|
||||
if: steps.check-gh-piko-beta.outputs.internet_error == '0'
|
||||
|
||||
Reference in New Issue
Block a user