diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d414541..abe7547 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,7 +33,7 @@ jobs: - name: Publish VL.Audio.UI Nuget uses: vvvv/PublishVLNuget@1.0.43 with: - nuspec: VL.Audio.UI\deployment\VL.Audio.nuspec + nuspec: VL.Audio.UI\deployment\VL.Audio.UI.nuspec icon-src: https://raw.githubusercontent.com/vvvv/PublicContent/master/nugeticon.png icon-dst: ./VL.Audio.UI/deployment/nugeticon.png nuget-key: ${{ secrets.VVVV_ORG_NUGET_KEY }}