From ca6799fa87cabf7eb59affa627d773c5cff76123 Mon Sep 17 00:00:00 2001 From: Sonic Shih Date: Fri, 24 Jul 2026 08:35:32 +0800 Subject: [PATCH] test(deploy): sync artifact upload count --- deployment/aliyun/test-trading-ecs-host-contract.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/aliyun/test-trading-ecs-host-contract.sh b/deployment/aliyun/test-trading-ecs-host-contract.sh index 52529230c..ad202290b 100755 --- a/deployment/aliyun/test-trading-ecs-host-contract.sh +++ b/deployment/aliyun/test-trading-ecs-host-contract.sh @@ -1205,7 +1205,7 @@ grep -Fq \ "$WORKFLOW" [[ $(grep -Fc \ 'uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' \ - "$WORKFLOW") -eq 2 ]] + "$WORKFLOW") -eq 3 ]] if grep -Eq \ 'uses: (actions/(checkout|upload-artifact)|docker/(setup-buildx-action|login-action|build-push-action))@v[0-9]' \ "$WORKFLOW"; then