Skip to content

Commit

Permalink
Unpack is now advanced (was internal)
Browse files Browse the repository at this point in the history
  • Loading branch information
joreg committed Apr 10, 2024
1 parent 52d2ad3 commit 0a6c97d
Show file tree
Hide file tree
Showing 3 changed files with 511 additions and 499 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
uses: actions/checkout@master

- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v1.3.1
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]
Expand All @@ -28,4 +28,4 @@ jobs:
nuspec: deployment\VL.IO.OSC.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 0a6c97d

Please sign in to comment.