Skip to content

Commit

Permalink
add url block
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefino9488 committed Jul 19, 2024
1 parent 0720165 commit 4808e2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/patcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Check miui-services.jar
run: |
file_size=$(stat -c%s "miui-services.jar")
if [ $file_size -lt 2000000 ]; then
if [ $file_size -lt 1000000 ]; then
echo "Error: miui-services.jar is too small. Download might have failed." >&2
exit 1
fi
Expand All @@ -97,7 +97,7 @@ jobs:
- name: Check miui-framework.jar
run: |
file_size=$(stat -c%s "miui-framework.jar")
if [ $file_size -lt 2000000 ]; then
if [ $file_size -lt 1000000 ]; then
echo "Error: miui-framework.jar is too small. Download might have failed." >&2
exit 1
fi
Expand Down

0 comments on commit 4808e2c

Please sign in to comment.