1
0
mirror of https://github.com/areteruhiro/LIME-beta-hiro.git synced 2025-02-06 05:21:37 +09:00

Update build.yml

This commit is contained in:
areteruhiro 2025-02-02 01:20:13 +09:00 committed by GitHub
parent 87836c1607
commit 7b7e9ab49e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,10 +74,9 @@ jobs:
- name: Download Required APKs - name: Download Required APKs
if: github.event.inputs.release == 'true' if: github.event.inputs.release == 'true'
run: | run: |
curl -L -o Original_Universal_ARM.apk https://github.com/areteruhiro/LIMEs/releases/download/v1.14.7.7.3/Original.arm64-v8a.+.armeabi-v7a.LINE_v14.19.1.apk curl -L -o LINE.15.0.0.arm64-v8a.armeabi-v7a.apk https://github.com/areteruhiro/LIMEs/releases/download/v1.16.10beta/LINE.15.0.0.arm64-v8a.armeabi-v7a.apk
curl -L -o Original_ARMv7.apk https://github.com/areteruhiro/LIMEs/releases/download/v1.14.7.7.3/original.armeabi-v7a.line-14.19.1.apk curl -L -o LINE.15.0.0.armeabi-v7a.apk https://github.com/areteruhiro/LIMEs/releases/download/v1.16.10beta/armeabi-v7a-15-0-0.apk
curl -L -o Original_ARM64.apk https://github.com/areteruhiro/LIMEs/releases/download/v1.14.7.7.3/Original.LINE_v14.19.1arm64-v8a.apk curl -L -o LINE.15.0.0arm64-v8a.apk https://github.com/areteruhiro/LIMEs/releases/download/v1.16.10beta/LINE.15.0.0arm64-v8a.apk
- name: Download LSPatch - name: Download LSPatch
if: github.event.inputs.release == 'true' if: github.event.inputs.release == 'true'
run: | run: |
@ -129,9 +128,9 @@ jobs:
prerelease: false prerelease: false
files: | files: |
${{ env.repo }}-${{ env.version }}.apk ${{ env.repo }}-${{ env.version }}.apk
Patched_${{ env.version }}_Original_Universal_ARM.apk Patched_${{ env.version }}_LINE.15.0.0.arm64-v8a.armeabi-v7a.apk
Patched_${{ env.version }}_Original_ARMv7.apk Patched_${{ env.version }}_LINE.15.0.0.armeabi-v7a.apk
Patched_${{ env.version }}_Original_ARM64.apk Patched_${{ env.version }}_LINE.15.0.0arm64-v8a.apk
body: | body: |
# 更新内容 # 更新内容