Skip to content

Merge branch 'main' of https://github.com/cnisidis/VL.SCSynth #1

Merge branch 'main' of https://github.com/cnisidis/VL.SCSynth

Merge branch 'main' of https://github.com/cnisidis/VL.SCSynth #1

Workflow file for this run

<<<<<<< HEAD
# For more information see:
# https://thegraybook.vvvv.org/reference/extending/publishing.html
=======
>>>>>>> 83f3ff5f0a297dbcbcdaec46e73eaae119a0e813
name: push_nuget

Check failure on line 7 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
# on push on main
on:
push:
branches:
<<<<<<< HEAD
- main
paths-ignore:
- README.md
- .github/FUNDING.yml
=======
- deploy
paths-ignore:
- README.md
>>>>>>> 83f3ff5f0a297dbcbcdaec46e73eaae119a0e813
jobs:
build:
runs-on: windows-latest
steps:
- name: Git Checkout
<<<<<<< HEAD
uses: actions/checkout@master
=======
uses: actions/checkout@deploy
>>>>>>> 83f3ff5f0a297dbcbcdaec46e73eaae119a0e813
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v2
- name: Setup Nuget.exe
uses: nuget/setup-nuget@v2.0.0
- name: Publish VL Nuget
uses: vvvv/PublishVLNuget@1.0.43
with:
<<<<<<< HEAD
csproj: src\VL.SuperCollider.csproj
nuspec: deployment\VL.SuperCollider.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.NUGET_KEY }}
=======
csproj: csharp\SCSynth\SCSynth.csproj
nuspec: deployment\VL.SCSynth.nuspec
icon-dst: ./nugeticon.png
nuget-key: ${{ secrets.NUGET_KEY }}
>>>>>>> 83f3ff5f0a297dbcbcdaec46e73eaae119a0e813