From 013a74fb1462f81ce9e4e1bc964f2816ac2a61e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Mon, 23 Sep 2024 16:35:54 +0800 Subject: [PATCH] fix2 --- .github/workflows/release.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dbd2376f..aa5261a7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -93,8 +93,6 @@ jobs: needs: [Build-LiteLoader,Build-Shell] runs-on: ubuntu-latest steps: - - name: Download All Artifact - uses: actions/download-artifact@v4 - name: Clone Main Repository uses: actions/checkout@v4 @@ -103,7 +101,10 @@ jobs: submodules: true ref: main token: ${{ secrets.NAPCAT_BUILD }} - + + - name: Download All Artifact + uses: actions/download-artifact@v4 + - name: Compress subdirectories run: | cd ./NapCat.Shell/