From 8d89b9aec08c8ad0bdd69e5333e2cbc6bdf30653 Mon Sep 17 00:00:00 2001 From: twoone3 <3197653242@qq.com> Date: Tue, 11 Oct 2022 18:30:33 +0800 Subject: [PATCH] =?UTF-8?q?v2.1.2=E6=9B=B4=E6=96=B0=20-=20=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=E4=BA=86=20onMove=20=E4=BA=8B=E4=BB=B6=20-=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=20SDK?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4c3e90b..7f6dc02 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: working-directory: ${{env.GITHUB_WORKSPACE}} run: | cd SDK/tools - LibraryBuilder.exe -o ../Lib/ ./Server/ + LibraryBuilder.exe -o ../Lib/ ./Server/ shell: cmd - name: Add MSBuild to PATH @@ -55,13 +55,9 @@ jobs: mkdir temp/release cp x64/Release/BDSpyrunner.dll temp/release/ cp x64/Release/BDSpyrunner.pdb temp/release/ + 7z a BDSpyrunner.zip temp/release/** -tzip shell: bash - - uses: montudor/action-zip@v1 - with: - args: zip -qq -r BDSpyrunner.zip temp/release/ - - - name: Upload BDSpyrunner uses: actions/upload-artifact@v2 with: