From 80655cdbd0221c0a09d9783f764d6321e35e12dd Mon Sep 17 00:00:00 2001 From: twoone3 <3197653242@qq.com> Date: Tue, 11 Oct 2022 15:56:18 +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, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3bb129e..4c3e90b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: - name: Build Library working-directory: ${{env.GITHUB_WORKSPACE}} run: | - cd SDK/Tools + cd SDK/tools LibraryBuilder.exe -o ../Lib/ ./Server/ shell: cmd @@ -55,9 +55,13 @@ jobs: mkdir temp/release cp x64/Release/BDSpyrunner.dll temp/release/ cp x64/Release/BDSpyrunner.pdb temp/release/ - Tools/7z/7za.exe 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: