We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f54111b commit 7a3dd61Copy full SHA for 7a3dd61
.github/workflows/dotnet.yml
@@ -43,7 +43,7 @@ jobs:
43
44
# Pack the NuGet package
45
- name: Create NuGet package
46
- run: dotnet pack ${{ env.PROJECT_PATH }} --configuration Release --no-build --output nupkgs
+ run: dotnet pack ${{ env.Project_Path }} --configuration Release --no-build --output nupkgs
47
48
# Upload the NuGet package
49
- name: Upload NuGet package
0 commit comments