Skip to content

Commit

Permalink
Fix for dotnet cli usage
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Nov 18, 2024
1 parent b79c4b9 commit e6a0343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
dotnet-version: 6.0.x

- name: Run Pack
run: dotnet run -p build/build.csproj -- pack
run: dotnet run --project build/build.csproj -- pack
shell: bash

- name: Publish to NuGet
Expand Down

0 comments on commit e6a0343

Please sign in to comment.