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.
1 parent 84e7142 commit 3835170Copy full SHA for 3835170
.github/workflows/release.yml
@@ -35,4 +35,4 @@ jobs:
35
with:
36
path: ./**/DotNetProjects.DotNetSiemensPLCToolBoxLibrary*.nupkg
37
- name: Publish Nuget
38
- run: dotnet nuget push DotNetSiemensPLCToolBoxLibrary.sln --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
+ run: dotnet nuget push "**/DotNetProjects.DotNetSiemensPLCToolBoxLibrary*.nupkg" --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
0 commit comments