Skip to content

Commit

Permalink
now deploying to nuget org
Browse files Browse the repository at this point in the history
  • Loading branch information
joreg committed Dec 18, 2024
1 parent 02dc775 commit f81d430
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,11 @@ jobs:
- name: Setup Nuget.exe
uses: nuget/[email protected]

- run: dotnet nuget add source --username ${{ github.actor }} --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name vvvv-org-feed "https://nuget.pkg.github.com/vvvv/index.json"

- name: Publish VL Nuget
uses: vvvv/[email protected]
with:
csproj: src\VL.Audio.VST.csproj
nuspec: deployment\VL.Audio.VST.nuspec

# Fill the Icon file
icon-src: https://raw.githubusercontent.com/vvvv/PublicContent/master/nugeticon.png
icon-dst: ./deployment/nugeticon.png

nuget-key: ${{ secrets.GITHUB_TOKEN }}
nuget-feed: vvvv-org-feed
nuget-key: ${{ secrets.VVVV_ORG_NUGET_KEY }}
2 changes: 1 addition & 1 deletion deployment/VL.Audio.VST.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>VL.Audio.VST</id>
<version>0.0.13-alpha</version>
<version>0.1.0-alpha</version>
<title>VL.Audio.VST</title>
<authors>vvvv</authors>
<projectUrl>https://github.com/vvvv/VL.Audio.VST</projectUrl>
Expand Down

0 comments on commit f81d430

Please sign in to comment.