Skip to content

Commit

Permalink
Update dump2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zainarbani authored Jan 5, 2025
1 parent 6f2724e commit 08e6359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dump2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
aria2c -j 16 -o rom.zip "${{github.event.inputs.ROM_URL}}"
7z l rom.zip
filen=$(7z l -ba rom.zip | grep -vF 'D....' | grep -oP '\S+$')
7z rn rom.zip $filen system.img
7z rn rom.zip $filen AP_system.tar
bash dumpyara.sh rom.zip $GH_TOKEN
env:
GH_TOKEN: ${{ secrets.API_TOKEN_GITHUB }}

0 comments on commit 08e6359

Please sign in to comment.