ci: 修复自动构建

This commit is contained in:
denglihong2007
2025-04-04 15:44:04 +08:00
parent 3ed93fabe6
commit 25402e9b8f
2 changed files with 2 additions and 2 deletions

View File

@@ -76,6 +76,7 @@ jobs:
- name: Restore and Build
run: |
dotnet nuget add source --username ${{ github.actor }} --password ${{ github.token }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/denglihong2007/index.json"
dotnet restore
dotnet build --configuration Release --no-restore