There was an error while loading. Please reload this page.
1 parent 88764ec commit 03e596bCopy full SHA for 03e596b
1 file changed
.github/workflows/main.yml
@@ -24,9 +24,9 @@ jobs:
24
uses: nuget/setup-nuget@v2.0.0
25
26
- name: Publish VL Nuget
27
- uses: vvvv/PublishVLNuget@1.0.45
+ uses: vvvv/PublishVLNuget@1.0.46
28
with:
29
csproj: 'src\Fuse\Fuse.csproj,src\OctreePly\OctreePly.csproj'
30
nuspec: deployment\VL.Fuse.nuspec
31
version: ${{ github.event.inputs.version }}
32
- nuget-key: ${{ secrets.NUGET_KEY }}
+ nuget-key: ${{ secrets.NUGET_KEY }}
0 commit comments