Fix new Piko dev patch

Piko dev patch update to new api so need change code to patch it.
This commit is contained in:
yue374
2025-09-24 19:55:29 +07:00
parent 8d639e00d8
commit c46f7e5655
3 changed files with 29 additions and 21 deletions

View File

@@ -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'