1 Commits

Author SHA1 Message Date
cf2c581716 chore(ci): 使用华为镜像
Some checks failed
Publish Release / build (push) Failing after 3m54s
2026-06-10 17:18:45 +08:00

View File

@@ -20,7 +20,7 @@ jobs:
dotnet-version: 8.0.x dotnet-version: 8.0.x
- name: Restore dependencies - name: Restore dependencies
run: dotnet restore run: dotnet restore --source "https://repo.huaweicloud.com/repository/nuget/v3/index.json"
- name: Build - name: Build
run: dotnet build --no-restore --configuration Release run: dotnet build --no-restore --configuration Release