From 4f4133ca6dda6bbe6a6888065f2ab18404ea7f32 Mon Sep 17 00:00:00 2001 From: antongit Date: Wed, 24 Apr 2024 19:05:53 +0200 Subject: [PATCH] .yml update --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cc9fbfc..d414541 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,10 +24,10 @@ jobs: - name: Publish VL.Audio Nuget uses: vvvv/PublishVLNuget@1.0.43 with: - csproj: src\VL.Audio.csproj + csproj: VL.Audio\src\VL.Audio.csproj nuspec: VL.Audio\deployment\VL.Audio.nuspec icon-src: https://raw.githubusercontent.com/vvvv/PublicContent/master/nugeticon.png - icon-dst: ./deployment/nugeticon.png + icon-dst: ./VL.Audio/deployment/nugeticon.png nuget-key: ${{ secrets.VVVV_ORG_NUGET_KEY }} - name: Publish VL.Audio.UI Nuget @@ -35,5 +35,5 @@ jobs: with: nuspec: VL.Audio.UI\deployment\VL.Audio.nuspec icon-src: https://raw.githubusercontent.com/vvvv/PublicContent/master/nugeticon.png - icon-dst: ./deployment/nugeticon.png + icon-dst: ./VL.Audio.UI/deployment/nugeticon.png nuget-key: ${{ secrets.VVVV_ORG_NUGET_KEY }}