Skip to content

Commit

Permalink
Make the android-ota-extractor file executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Kajal4414 authored Apr 24, 2023
1 parent 26dda80 commit 2b02024
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:

- name: Extract Payload
run: |
chmod u+x .github/scripts/android-ota-extractor
.github/scripts/android-ota-extractor ${{ github.event.inputs.ROM_NAME }}
echo -e "\n\e[31mDeleting files larger than 2GB...\e[0m"
find . -maxdepth 1 -type f -size +2G -print -delete
Expand Down

0 comments on commit 2b02024

Please sign in to comment.