Skip to content

Commit daeb64a

Browse files
committed
[增加]1. 增加数据库抽象程序集的处理
1 parent 56b96d1 commit daeb64a

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
@@ -134,6 +134,13 @@ jobs:
134134
VERSION_FILE_PATH: Version.props
135135
NUGET_KEY: ${{ secrets.NUGET_API_KEY }}
136136

137+
- name: Publish GameFrameX.DataBase.Abstractions
138+
uses: AlianBlank/[email protected]
139+
with:
140+
PROJECT_FILE_PATH: DataBaseServer/GameFrameX.DataBase.Abstractions/GameFrameX.DataBase.Abstractions.csproj
141+
VERSION_FILE_PATH: Version.props
142+
NUGET_KEY: ${{ secrets.NUGET_API_KEY }}
143+
137144
- name: Publish GameFrameX.DataBase
138145
uses: AlianBlank/[email protected]
139146
with:

0 commit comments

Comments
 (0)