Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
areteruhiro authored Oct 21, 2024
1 parent fea982b commit 5c40383
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ jobs:
echo "Patching LIME..."
java -jar lspatch.jar "line-${{ env.line_ver }}.apk" -m "app/build/outputs/apk/debug/app-debug.apk" -l 2 -v || { echo "Patching failed"; exit 1; }
- name: List Patched APKs
run: |
# ここで生成されたAPKファイルをリスト表示
echo "生成されたAPKファイル:"
ls -la line-*-lspatched.apk
Expand Down

0 comments on commit 5c40383

Please sign in to comment.