Skip to content

Merge pull request #56 from chkworks/update/6.1.2 #23

Merge pull request #56 from chkworks/update/6.1.2

Merge pull request #56 from chkworks/update/6.1.2 #23

Workflow file for this run

name: push_nuget
# on push on main
on:
push:
branches:
- main
paths-ignore:
- README.md
- .github/FUNDING.yml
jobs:
build:
runs-on: windows-latest
steps:
- name: Git Checkout
uses: actions/checkout@main
- name: Setup Nuget.exe
uses: nuget/setup-nuget@v1
- name: Publish VL Nuget
uses: vvvv/[email protected]
with:
# Do I need the csproj?
# csproj: src\VL.SCSynth.csproj
nuspec: deployment\VL.SCSynth.nuspec
# icon-src: https://raw.githubusercontent.com/vvvv/PublicContent/master/nugeticon.png
# icon-dst: ./deployment/nugeticon.png
nuget-key: ${{ secrets.NUGET_KEY }}