Skip to content

Commit 49ac94a

Browse files
committed
Fix pack path
1 parent 82c1294 commit 49ac94a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
- name: Test
1818
run: dotnet test --verbosity normal
1919
- name: Package library
20-
run: dotnet pack src/Mappit/Mappit.Generator.csproj --output nuget-packages --configuration Release
20+
run: dotnet pack src/Mappit.Generator/Mappit.Generator.csproj --output nuget-packages --configuration Release
2121
- name: Push library package
2222
run: dotnet nuget push nuget-packages/Mappit.*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate

0 commit comments

Comments
 (0)