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 }}