Skip to content

Commit e6987d6

Browse files
committed
corrected dotnet arg
1 parent 998093c commit e6987d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
dotnet-version: 9.0.x
4444

4545
- name: Build Script
46-
run: dotnet run -p build/build.csproj -- ci
46+
run: dotnet run --project build/build.csproj -- ci

0 commit comments

Comments
 (0)