Skip to content

Commit

Permalink
fixed to work with vvvv 6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joreg committed Apr 24, 2024
1 parent 8867d0c commit c1f3496
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 77 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ 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/[email protected].40
uses: vvvv/[email protected].43
with:
nuspec: deployment\VL.Pipette.HDE.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 c1f3496

Please sign in to comment.