Skip to content

Bump YamlDotNet from 16.1.3 to 16.2.0 #191

Bump YamlDotNet from 16.1.3 to 16.2.0

Bump YamlDotNet from 16.1.3 to 16.2.0 #191

Workflow file for this run

name: Build
on:
push:
jobs:
build:
name: Build and publish
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Build executable
run:
dotnet publish PacsRefetch/PacsRefetch.csproj -o lin -r linux-x64 -nologo