From 8a06a1ac8510dead9b072bb099c2a0c1338091fc Mon Sep 17 00:00:00 2001 From: John Doe Date: Sun, 31 Oct 2021 15:08:08 +0800 Subject: [PATCH] fix --- .github/workflows/lo-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lo-test.yml b/.github/workflows/lo-test.yml index 3331f7c..ada5c36 100644 --- a/.github/workflows/lo-test.yml +++ b/.github/workflows/lo-test.yml @@ -168,9 +168,9 @@ jobs: ls *img.zst* ib-$DEVICE.tar.xz | parallel --wc 'while true; do curl -T {} -H "$AUTH" -H "Content-Type: application/octet-stream" "https://uploads.$cache_path/$cache_repo_id/assets?name={}" && break || true; done' set +e for i in {1..20}; do curl -sL --fail https://github.com/klever1988/sshactions/releases/download/cache/lede.$DEVICE.img.zst.0$i || break; done | zstdmt -d -o /dev/null - set -e if [ $? -eq 0 ]; then break; fi done + set -e - name: Send tg notification if: env.TG