Skip to content

Commit

Permalink
[修改]1. 修改交付引用库
Browse files Browse the repository at this point in the history
  • Loading branch information
AlianBlank committed Jul 4, 2024
1 parent 43b978e commit 6364687
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,79 +20,79 @@ jobs:
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Publish GameFrameX.Extension
uses: brandedoutcast/publish-nuget@v2.5.2
uses: AlianBlank/publish-nuget@v1.0.1
with:
PROJECT_FILE_PATH: GameFrameX.Extension/GameFrameX.Extension.csproj
NUGET_KEY: ${{ secrets.NUGET_API_KEY }}
TAG_COMMIT: true
- name: Publish GameFrameX.Utility
uses: brandedoutcast/publish-nuget@v2.5.2
uses: AlianBlank/publish-nuget@v1.0.1
with:
PROJECT_FILE_PATH: GameFrameX.Utility/GameFrameX.Utility.csproj
NUGET_KEY: ${{ secrets.NUGET_API_KEY }}
TAG_COMMIT: true
- name: Publish GameFrameX.Setting
uses: brandedoutcast/publish-nuget@v2.5.2
uses: AlianBlank/publish-nuget@v1.0.1
with:
PROJECT_FILE_PATH: GameFrameX.Setting/GameFrameX.Setting.csproj
NUGET_KEY: ${{ secrets.NUGET_API_KEY }}
TAG_COMMIT: true
- name: Publish GameFrameX.ProtoBuf.Net
uses: brandedoutcast/publish-nuget@v2.5.2
uses: AlianBlank/publish-nuget@v1.0.1
with:
PROJECT_FILE_PATH: GameFrameX.ProtoBuf.Net/GameFrameX.ProtoBuf.Net.csproj
NUGET_KEY: ${{ secrets.NUGET_API_KEY }}
TAG_COMMIT: true
- name: Publish GameFrameX.NetWork.HTTP
uses: brandedoutcast/publish-nuget@v2.5.2
uses: AlianBlank/publish-nuget@v1.0.1
with:
PROJECT_FILE_PATH: GameFrameX.NetWork.HTTP/GameFrameX.NetWork.HTTP.csproj
NUGET_KEY: ${{ secrets.NUGET_API_KEY }}
TAG_COMMIT: true
- name: Publish GameFrameX.NetWork
uses: brandedoutcast/publish-nuget@v2.5.2
uses: AlianBlank/publish-nuget@v1.0.1
with:
PROJECT_FILE_PATH: GameFrameX.NetWork/GameFrameX.NetWork.csproj
NUGET_KEY: ${{ secrets.NUGET_API_KEY }}
TAG_COMMIT: true
- name: Publish GameFrameX.Log
uses: brandedoutcast/publish-nuget@v2.5.2
uses: AlianBlank/publish-nuget@v1.0.1
with:
PROJECT_FILE_PATH: GameFrameX.Log/GameFrameX.Log.csproj
NUGET_KEY: ${{ secrets.NUGET_API_KEY }}
TAG_COMMIT: true
- name: Publish GameFrameX.Monitor
uses: brandedoutcast/publish-nuget@v2.5.2
uses: AlianBlank/publish-nuget@v1.0.1
with:
PROJECT_FILE_PATH: GameFrameX.Monitor/GameFrameX.Monitor.csproj
NUGET_KEY: ${{ secrets.NUGET_API_KEY }}
TAG_COMMIT: true
- name: Publish GameFrameX.Cache.Memory
uses: brandedoutcast/publish-nuget@v2.5.2
uses: AlianBlank/publish-nuget@v1.0.1
with:
PROJECT_FILE_PATH: GameFrameX.Cache.Memory/GameFrameX.Cache.Memory.csproj
NUGET_KEY: ${{ secrets.NUGET_API_KEY }}
TAG_COMMIT: true
- name: Publish GameFrameX.Cache
uses: brandedoutcast/publish-nuget@v2.5.2
uses: AlianBlank/publish-nuget@v1.0.1
with:
PROJECT_FILE_PATH: GameFrameX.Cache/GameFrameX.Cache.csproj
NUGET_KEY: ${{ secrets.NUGET_API_KEY }}
TAG_COMMIT: true
- name: Publish GameFrameX.DBServer
uses: brandedoutcast/publish-nuget@v2.5.2
uses: AlianBlank/publish-nuget@v1.0.1
with:
PROJECT_FILE_PATH: DataBaseServer/GameFrameX.DBServer/GameFrameX.DBServer.csproj
NUGET_KEY: ${{ secrets.NUGET_API_KEY }}
TAG_COMMIT: true
- name: Publish GameFrameX.DBServer.NoSql
uses: brandedoutcast/publish-nuget@v2.5.2
uses: AlianBlank/publish-nuget@v1.0.1
with:
PROJECT_FILE_PATH: DataBaseServer/GameFrameX.DBServer.NoSql/GameFrameX.DBServer.NoSql.csproj
NUGET_KEY: ${{ secrets.NUGET_API_KEY }}
TAG_COMMIT: true
- name: Publish GameFrameX.DBServer.NoSql.Redis
uses: brandedoutcast/publish-nuget@v2.5.2
uses: AlianBlank/publish-nuget@v1.0.1
with:
PROJECT_FILE_PATH: DataBaseServer/GameFrameX.DBServer.NoSql.Redis/GameFrameX.DBServer.NoSql.Redis.csproj
NUGET_KEY: ${{ secrets.NUGET_API_KEY }}
Expand Down

0 comments on commit 6364687

Please sign in to comment.