Skip to content

Commit 05dab1b

Browse files
committed
fix: workflows
1 parent 5b4f8f6 commit 05dab1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nuget-pub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: dotnet build ./Parameterize.Net --configuration Release --no-restore
2626

2727
- name: Pack
28-
run: dotnet pack ./Parameterize.Net/Parameterize.Net.csproj --configuration Release --no-build -o ./nupkg
28+
run: dotnet pack ./Parameterize.Net/Parameterize.Net/Parameterize.Net.csproj --configuration Release --no-build -o ./nupkg
2929

3030
- name: Push to NuGet
3131
uses: nuget/setup-nuget@v2

0 commit comments

Comments
 (0)