Skip to content

Commit 90b952a

Browse files
committed
Update dotnet-ci.yaml
1 parent 3a716d2 commit 90b952a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
with:
1414
dotnet-version: '8.0.x'
1515
- name: Restore dependencies
16-
run: dotnet restore ./src/GeneralUpdate.Tool.sln
16+
run: dotnet restore ./src/GeneralUpdate.Tool.Avalonia.sln
1717
- name: build
18-
run: dotnet build ./src/GeneralUpdate.Tool.sln -c Release
18+
run: dotnet build ./src/GeneralUpdate.Tool.Avalonia.sln -c Release

0 commit comments

Comments
 (0)