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 c92c988 commit 80655cd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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:
Expand Down

0 comments on commit 80655cd

Please sign in to comment.