Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/vvvv/VL.MediaPipe
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/main.yml
  • Loading branch information
joreg committed Dec 18, 2023
2 parents fa1d40c + c82524a commit 2f96880
Showing 1 changed file with 33 additions and 34 deletions.
67 changes: 33 additions & 34 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,37 +1,36 @@
# 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
# 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/[email protected]

- name: Setup Nuget.exe
uses: nuget/setup-nuget@v1

- name: Publish VL Nuget
uses: vvvv/[email protected]
lfs: 'true'

- name: Setup MSBuild.exe
uses: microsoft/[email protected]

- name: Setup Nuget.exe
uses: nuget/setup-nuget@v1

- name: Publish VL Nuget
uses: vvvv/[email protected]
with:
csproj: src\VL.MediaPipe.csproj
nuspec: deployment\VL.MediaPipe.nuspec
icon-src: https://raw.githubusercontent.com/vvvv/PublicContent/master/nugeticon.png
icon-dst: ./deployment/nugeticon.png
nuget-key: ${{ secrets.VVVV_ORG_NUGET_KEY }}

csproj: src\VL.MediaPipe.csproj
nuspec: deployment\VL.MediaPipe.nuspec
icon-src: https://raw.githubusercontent.com/vvvv/PublicContent/master/nugeticon.png
icon-dst: ./deployment/nugeticon.png
nuget-key: ${{ secrets.VVVV_ORG_NUGET_KEY }}

0 comments on commit 2f96880

Please sign in to comment.