Skip to content

Commit e6a0343

Browse files
committed
Fix for dotnet cli usage
1 parent b79c4b9 commit e6a0343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_codegen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
dotnet-version: 6.0.x
3131

3232
- name: Run Pack
33-
run: dotnet run -p build/build.csproj -- pack
33+
run: dotnet run --project build/build.csproj -- pack
3434
shell: bash
3535

3636
- name: Publish to NuGet

0 commit comments

Comments
 (0)