Skip to content

Commit c0f0405

Browse files
committed
[增加]1. 增加启动程序集的构建
1 parent 574227d commit c0f0405

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
@@ -50,6 +50,13 @@ jobs:
5050
VERSION_FILE_PATH: Version.props
5151
NUGET_KEY: ${{ secrets.NUGET_API_KEY }}
5252

53+
- name: Publish GameFrameX.StartUp
54+
uses: AlianBlank/[email protected]
55+
with:
56+
PROJECT_FILE_PATH: GameFrameX.StartUp/GameFrameX.StartUp.csproj
57+
VERSION_FILE_PATH: Version.props
58+
NUGET_KEY: ${{ secrets.NUGET_API_KEY }}
59+
5360
- name: Publish GameFrameX.ProtoBuf.Net
5461
uses: AlianBlank/[email protected]
5562
with:

0 commit comments

Comments
 (0)