Skip to content

Commit

Permalink
.yml update
Browse files Browse the repository at this point in the history
  • Loading branch information
antongit committed Apr 24, 2024
1 parent 0ac2d20 commit 4f4133c
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 @@ -24,16 +24,16 @@ jobs:
- name: Publish VL.Audio Nuget
uses: vvvv/[email protected]
with:
csproj: src\VL.Audio.csproj
csproj: VL.Audio\src\VL.Audio.csproj
nuspec: VL.Audio\deployment\VL.Audio.nuspec
icon-src: https://raw.githubusercontent.com/vvvv/PublicContent/master/nugeticon.png
icon-dst: ./deployment/nugeticon.png
icon-dst: ./VL.Audio/deployment/nugeticon.png
nuget-key: ${{ secrets.VVVV_ORG_NUGET_KEY }}

- name: Publish VL.Audio.UI Nuget
uses: vvvv/[email protected]
with:
nuspec: VL.Audio.UI\deployment\VL.Audio.nuspec
icon-src: https://raw.githubusercontent.com/vvvv/PublicContent/master/nugeticon.png
icon-dst: ./deployment/nugeticon.png
icon-dst: ./VL.Audio.UI/deployment/nugeticon.png
nuget-key: ${{ secrets.VVVV_ORG_NUGET_KEY }}

0 comments on commit 4f4133c

Please sign in to comment.