Skip to content

Commit 0797c16

Browse files
committed
fix: 尝试修复构建,开始构建
1 parent dbac79a commit 0797c16

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/Build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,9 @@ jobs:
177177
with:
178178
dotnet-version: 10.0.100
179179

180+
- name: 还原NuGet包
181+
run: dotnet restore
182+
180183
- name: 发布
181184
run: >
182185
dotnet publish SecRandom.Desktop/SecRandom.Desktop.csproj

0 commit comments

Comments
 (0)