Skip to content

Commit b109dfe

Browse files
authored
Update release.yml
1 parent 30541c8 commit b109dfe

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
@@ -28,4 +28,4 @@ jobs:
2828
- name: Create Nuget Package
2929
run: dotnet pack --configuration Release
3030
- name: Upload to Nuget.org
31-
run: dotnet nuget push ArtNetSharp/bin/Release/RDMSharp.*.nupkg --api-key ${{secrets.NUGET_KEY}} -s https://api.nuget.org/v3/index.json
31+
run: dotnet nuget push RDMSharp/bin/Release/RDMSharp.*.nupkg --api-key ${{secrets.NUGET_KEY}} -s https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)