Skip to content

Commit e5ac6a3

Browse files
committed
[增加]1. 增加网络连接基类的程序集
1 parent 927b809 commit e5ac6a3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/publish-nuget.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,13 @@ jobs:
113113
VERSION_FILE_PATH: Version.props
114114
NUGET_KEY: ${{ secrets.NUGET_API_KEY }}
115115

116+
- name: Publish GameFrameX.NetWork.ChannelBase
117+
uses: AlianBlank/[email protected]
118+
with:
119+
PROJECT_FILE_PATH: GameFrameX.NetWork.ChannelBase/GameFrameX.NetWork.ChannelBase.csproj
120+
VERSION_FILE_PATH: Version.props
121+
NUGET_KEY: ${{ secrets.NUGET_API_KEY }}
122+
116123
- name: Publish GameFrameX.Log
117124
uses: AlianBlank/[email protected]
118125
with:

0 commit comments

Comments
 (0)