Skip to content

ci: test ci build

ci: test ci build #11

Workflow file for this run

name: Publish NuGet Package
on:
push:
branches: ["citest"]
tags:
- 'v*.*.*'
jobs:
download-artifact:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
name: Checkout Files
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- uses: robinraju/[email protected]
name: Prepare Artifacts
with:
repository: "KonataDev/libSilkCodec"
latest: true
tarBall: false
zipBall: false
preRelease: true
fileName: "*"
out-file-path: "Konata.Codec/bin/runtimes"
- name: Publish
run: |
cd Konata.Codec
dotnet build Konata.Codec.csproj
dotnet pack -p:NuspecFile=Konata.Codec.nuspec && ls -al bin/Release
- uses: actions/upload-artifact@v3
name: Upload Artifact

Check failure on line 40 in .github/workflows/pack-nuget.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/pack-nuget.yaml

Invalid workflow file

You have an error in your yaml syntax on line 40
with:
name: Konata.Codec Latest Release
path: bin/Release/Konata.Codec*.npkg