Skip to content

Commit

Permalink
Revert origin LSPatch
Browse files Browse the repository at this point in the history
  • Loading branch information
s1204IT authored Oct 6, 2024
1 parent 7cbb32b commit f0e7809
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
java-version: '17'

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
if: github.event.inputs.lspatch == 'true'
run: |
cat << EOF > conf
https://github.com/JingMatrix/LSPatch/releases/latest/download/lspatch.jar
https://github.com/LSPosed/LSPatch/releases/download/v0.6/jar-v0.6-398-release.jar
out=lspatch.jar
https://d.apkpure.net/b/APK/jp.naver.line.android?versionCode=${{ env.line_ver_code }}&nc=arm64-v8a%2Carmeabi-v7a&sv=28
out=line-${{ env.line_ver }}.apk
Expand All @@ -121,7 +121,7 @@ jobs:
if: github.event.inputs.lspatch == 'true'
with:
name: LINE-${{ env.line_ver }}@${{ env.commit }}
path: line-${{ env.line_ver }}-*-lspatched.apk
path: line-${{ env.line_ver }}-398-lspatched.apk
if-no-files-found: error

- name: Release
Expand Down

0 comments on commit f0e7809

Please sign in to comment.