diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 06f9cc4..e30160c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,13 +29,10 @@ jobs: # Fill the Icon file icon-src: https://raw.githubusercontent.com/vvvv/PublicContent/master/nugeticon.png icon-dst: ./deployment/nugeticon.png - # Provide the nuget key. See: https://thegraybook.vvvv.org/reference/extending/publishing.html#getting-a-nugetorg-api-key nuget-key: ${{ secrets.NUGET_KEY }} - csproj: csharp\SCSynth\SCSynth.csproj nuspec: deployment\VL.SCSynth.nuspec - icon-dst: ./nugeticon.png nuget-key: ${{ secrets.NUGET_KEY }}