Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kajal4414 authored Apr 16, 2024
1 parent 299eddc commit 9202cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
chmod u+x .github/scripts/android-ota-extractor
.github/scripts/android-ota-extractor *.zip
echo -e "\n\e[31mDeleting files larger than 2GB...\e[0m"
find . -maxdepth 1 -type f -size +2147483648c -print -delete
find . -maxdepth 1 -type f -size +2097152000c -print -delete
echo "ZIP_FILE=$(basename -a *.zip)" >> $GITHUB_ENV
echo "ZIP_FILE_SHA256=$(sha256sum *.zip | cut -d' ' -f1)" >> $GITHUB_ENV
Expand Down

0 comments on commit 9202cec

Please sign in to comment.