Skip to content

Commit 7a3dd61

Browse files
committed
Update GitHub Action
1 parent f54111b commit 7a3dd61

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,7 +43,7 @@ jobs:
4343

4444
# Pack the NuGet package
4545
- name: Create NuGet package
46-
run: dotnet pack ${{ env.PROJECT_PATH }} --configuration Release --no-build --output nupkgs
46+
run: dotnet pack ${{ env.Project_Path }} --configuration Release --no-build --output nupkgs
4747

4848
# Upload the NuGet package
4949
- name: Upload NuGet package

0 commit comments

Comments
 (0)