From 64f14e9ad038fb1d479cb5113b0c02d4146fd82b Mon Sep 17 00:00:00 2001 From: undefined Date: Mon, 18 Dec 2023 20:59:35 +0800 Subject: [PATCH] Update magent.yaml --- .github/workflows/magent.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/magent.yaml b/.github/workflows/magent.yaml index 62954e2..a9608f3 100644 --- a/.github/workflows/magent.yaml +++ b/.github/workflows/magent.yaml @@ -32,7 +32,7 @@ jobs: git config --global user.email 'download-action-bot@example.com' 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}'`