From cc5b16076bf22782b99b98f17a64611a2faf1d7c Mon Sep 17 00:00:00 2001 From: ityuany <519495771@qq.com> Date: Thu, 18 Apr 2024 11:39:52 +0800 Subject: [PATCH] fix --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d59f2e96..e8e4128a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,8 +87,9 @@ jobs: steps: - name: Download artifacts uses: actions/download-artifact@v2 - # with: - # name: snm-linux-x86.tar.gz + with: + name: | + * # - name: Download artifacts # uses: actions/download-artifact@v2 # with: