Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
azeno authored Sep 19, 2023
1 parent 98ff21d commit ee845e9
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,15 +16,15 @@ jobs:
uses: actions/checkout@master

- name: Setup MSBuild.exe
uses: microsoft/[email protected].0
uses: microsoft/[email protected].2

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

- name: Publish VL Nuget
uses: vvvv/[email protected].27-alpha
uses: vvvv/[email protected].40
with:
nuspec: deployment\VL.Devices.Kinect.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.NUGET_KEY }}

0 comments on commit ee845e9

Please sign in to comment.