Skip to content

folder naming fix

folder naming fix #9

Workflow file for this run

name: push_nuget
# on push on main
on:
push:
branches:
- main
paths:
- deployment/VL.Devices.ZED.nuspec
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:
nuspec: deployment/VL.Devices.ZED.nuspec
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.NUGET_KEY }}