Skip to content

github workflow fix maybe #3

github workflow fix maybe

github workflow fix maybe #3

Workflow file for this run

name: push_nuget
# on push on master
on:
push:
branches:
- main
paths-ignore:
- README.md
jobs:
build:
runs-on: windows-latest
steps:
- name: Git Checkout
uses: actions/checkout@master
- 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:

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

View workflow run for this annotation

GitHub Actions / push_nuget

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 26, Col: 12): Unexpected value '' .github/workflows/main.yml (Line: 27, Col: 7): Unexpected value 'nuspec'
nuspec: deployment\VL.Triangle.nuspec
icon-src: https://wwww.lichterloh.tv/dev/vl-triangle/triangleLogo512.png
icon-dst: ./nugeticon.png
nuget-key: ${{ secrets.NUGET_KEY }}