Skip to content

Commit

Permalink
Update build-v04.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizumo-prjkt authored Dec 23, 2024
1 parent 26a2326 commit f4db8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-v04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
aria2c -x 10 "$GSILINK"
7za x *.7z
cp *.img system.img
if [ "$(ls -nl system.img | awk '{print $5}')" -lt 1073741824 ]; then
if [ "$(ls -nl system.img | awk '{print $5}')" -lt 629145600 ]; then
echo "FILE IS NOT EXTRACTED PROPERLY"
echo "ABOOOORT!"
exit 1
Expand Down

0 comments on commit f4db8db

Please sign in to comment.