From d4bfc687e56c066e87c79bab04ae551c486687b0 Mon Sep 17 00:00:00 2001 From: joreg Date: Tue, 27 Feb 2024 11:24:18 +0100 Subject: [PATCH] Update main.yml --- .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 f662c4c..6aaf2ac 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,16 +16,16 @@ jobs: uses: actions/checkout@master - name: Setup MSBuild.exe - uses: microsoft/setup-msbuild@v1.0.2 + uses: microsoft/setup-msbuild@v1.3.1 - name: Setup Nuget.exe uses: nuget/setup-nuget@v1 - name: Publish VL Nuget - uses: vvvv/PublishVLNuget@1.0.42 + uses: vvvv/PublishVLNuget@1.0.43 with: csproj: src\VL.Audio.csproj nuspec: deployment\VL.Audio.nuspec icon-src: https://raw.githubusercontent.com/vvvv/PublicContent/master/nugeticon.png icon-dst: ./deployment/nugeticon.png - nuget-key: ${{ secrets.VVVV_ORG_NUGET_KEY }} \ No newline at end of file + nuget-key: ${{ secrets.VVVV_ORG_NUGET_KEY }}