Skip to content

Commit

Permalink
[增加]1. 增加网络消息包的构建
Browse files Browse the repository at this point in the history
  • Loading branch information
AlianBlank committed Jul 9, 2024
1 parent 4d1e8ef commit 4f66e0c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ jobs:
VERSION_FILE_PATH: Version.props
NUGET_KEY: ${{ secrets.NUGET_API_KEY }}

- name: Publish GameFrameX.NetWork.Message
uses: AlianBlank/publish-nuget@v1.0.2
with:
PROJECT_FILE_PATH: GameFrameX.NetWork.Message/GameFrameX.NetWork.Message.csproj
VERSION_FILE_PATH: Version.props
NUGET_KEY: ${{ secrets.NUGET_API_KEY }}

- name: Publish GameFrameX.NetWork.Abstractions
uses: AlianBlank/publish-nuget@v1.0.2
with:
Expand Down

0 comments on commit 4f66e0c

Please sign in to comment.