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 17, 2024
1 parent e915066 commit 87ec2d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
run: |
chmod u+x .github/scripts/android-ota-extractor
.github/scripts/android-ota-extractor *.zip
echo -e "\n\e[31mDeleting files larger than 1.95 GB (2000 MB)...\e[0m"
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
echo -e "\n\e[31mDeleting files larger than 1.95 GB (2000 MB)...\e[0m"
find . -maxdepth 1 -type f -size +2097152000c -print -delete
- name: Upload to Release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 87ec2d5

Please sign in to comment.