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 30541c8 commit b109dfeCopy full SHA for b109dfe
.github/workflows/release.yml
@@ -28,4 +28,4 @@ jobs:
28
- name: Create Nuget Package
29
run: dotnet pack --configuration Release
30
- 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
+ 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