Skip to content

Commit

Permalink
fixes yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cnisidis committed Nov 30, 2024
1 parent 54fa28d commit 34dd8f6
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,36 +1,25 @@
<<<<<<< HEAD
# For more information see:
# https://thegraybook.vvvv.org/reference/extending/publishing.html

=======
>>>>>>> 83f3ff5f0a297dbcbcdaec46e73eaae119a0e813
name: push_nuget

# 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
Expand All @@ -41,7 +30,7 @@ jobs:
- name: Publish VL Nuget
uses: vvvv/PublishVLNuget@1.0.43
with:
<<<<<<< HEAD

csproj: src\VL.SuperCollider.csproj
nuspec: deployment\VL.SuperCollider.nuspec

Expand All @@ -51,10 +40,10 @@ jobs:

# 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

0 comments on commit 34dd8f6

Please sign in to comment.