Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
v2.1.2更新
Browse files Browse the repository at this point in the history
- 移除了 onMove 事件
- 更新 SDK
  • Loading branch information
twoone3 committed Oct 11, 2022
1 parent 80655cd commit 8d89b9a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 8d89b9a

Please sign in to comment.