Skip to content

Commit

Permalink
[增加]1. 增加数据库抽象程序集的处理
Browse files Browse the repository at this point in the history
  • Loading branch information
AlianBlank committed Nov 24, 2024
1 parent 56b96d1 commit daeb64a
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 @@ -134,6 +134,13 @@ jobs:
VERSION_FILE_PATH: Version.props
NUGET_KEY: ${{ secrets.NUGET_API_KEY }}

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

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

0 comments on commit daeb64a

Please sign in to comment.