Skip to content

Merge branch 'main' of https://github.com/vvvv/VL.Audio.VST #19

Merge branch 'main' of https://github.com/vvvv/VL.Audio.VST

Merge branch 'main' of https://github.com/vvvv/VL.Audio.VST #19

Workflow file for this run

# For more information see:
# https://thegraybook.vvvv.org/reference/extending/publishing.html
name: push_nuget
# on push on main
on:
push:
branches:
- main
paths-ignore:
- README.md
jobs:
build:
runs-on: windows-latest
steps:
- name: Git Checkout
uses: actions/checkout@master
# with:
# lfs: 'true'
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v2
- name: Setup Nuget.exe
uses: nuget/[email protected]
- 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
# Provide the nuget key. See: https://thegraybook.vvvv.org/reference/extending/publishing.html#getting-a-nugetorg-api-key
nuget-key: ${{ secrets.VVVV_ORG_NUGET_KEY }}
nuget-feed: https://nuget.pkg.github.com/vvvv/index.json