Skip to content

Commit 3835170

Browse files
authored
Update release.yml
1 parent 84e7142 commit 3835170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
with:
3636
path: ./**/DotNetProjects.DotNetSiemensPLCToolBoxLibrary*.nupkg
3737
- name: Publish Nuget
38-
run: dotnet nuget push DotNetSiemensPLCToolBoxLibrary.sln --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
38+
run: dotnet nuget push "**/DotNetProjects.DotNetSiemensPLCToolBoxLibrary*.nupkg" --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)