From 379a3c09e60df605fe2a072160a071e8b05b6da3 Mon Sep 17 00:00:00 2001 From: undefined Date: Mon, 18 Dec 2023 20:46:55 +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 76161e1..7435db7 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 - torrent download a.torrent + aria2c a.torrent for item in `ls` do size=`ls -l ${item} | awk '{print $5}'`