Skip to content

Commit

Permalink
Update magent.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
undefined-ux authored Dec 18, 2023
1 parent 5b72f52 commit 64f14e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/magent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
git config --global user.email '[email protected]'
git remote set-url origin https://${actor}:${GITHUB_TOKEN}@github.com/${repo}.git
git pull --rebase
aria2c ${url} --select-file=1771-1782,1003-1005,2341-2415
aria2c ${url} --select-file=1771-1782,1003-1005,2341-2415 --on-download-complete=exit
for item in `ls`
do
size=`ls -l ${item} | awk '{print $5}'`
Expand Down

0 comments on commit 64f14e9

Please sign in to comment.