Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joreg committed Feb 27, 2024
1 parent d8b35fe commit d4bfc68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
nuget-key: ${{ secrets.VVVV_ORG_NUGET_KEY }}

0 comments on commit d4bfc68

Please sign in to comment.