Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
joreg committed Apr 15, 2024
1 parent 64e2620 commit 3467326
Show file tree
Hide file tree
Showing 3 changed files with 271 additions and 160 deletions.
8 changes: 4 additions & 4 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@v2

- name: Setup Nuget.exe
uses: nuget/setup-nuget@v1
uses: nuget/setup-nuget@v2.0.0

- name: Publish VL Nuget
uses: vvvv/PublishVLNuget@1.0.27
uses: vvvv/PublishVLNuget@1.0.43
with:
csproj: src\VL.IO.Midi.csproj
nuspec: deployment\VL.IO.Midi.nuspec
icon-src: https://raw.githubusercontent.com/vvvv/PublicContent/master/nugeticon.png
icon-dst: ./deployment/nugeticon.png
nuget-key: ${{ secrets.NUGET_KEY }}
nuget-key: ${{ secrets.VVVV_ORG_NUGET_KEY }}
Loading

0 comments on commit 3467326

Please sign in to comment.