We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5500ae9 commit 86612dcCopy full SHA for 86612dc
.github/workflows .github/workflows/publish-nuget.yml.github/workflows renamed to .github/workflows/publish-nuget.yml
@@ -30,7 +30,7 @@ jobs:
30
run: dotnet test --configuration Release
31
32
- name: Pack
33
- run: dotnet pack DuoTools --configuration Release /p:PackageVersion=$VERSION --output nupkgs
+ run: dotnet pack DuoLibrary --configuration Release /p:PackageVersion=$VERSION --output nupkgs
34
35
- name: Push to NuGet
36
run: dotnet nuget push nupkgs/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
0 commit comments