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.
2 parents 1233f3d + cc3c55c commit 4d940c9Copy full SHA for 4d940c9
.github/workflows/publish.yml
@@ -28,7 +28,7 @@ jobs:
28
# run: dotnet test --configuration Release --no-build
29
30
- name: 📦 Pack NuGet package
31
- run: dotnet pack .\src\${{ env.ProjectName }}\${{ env.ProjectName }}.csproj --configuration Release --output ./nupkg
+ run: dotnet pack ./src/${{ env.ProjectName }}/${{ env.ProjectName }}.csproj --configuration Release --output ./nupkg
32
33
- name: 🚀 Publish to NuGet.org
34
run: dotnet nuget push ./nupkg/*.nupkg --skip-duplicate --source https://int.nugettest.org/v3.index.json # https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}
0 commit comments