Skip to content

Use net 6.0 and also in the action #333

Use net 6.0 and also in the action

Use net 6.0 and also in the action #333

Workflow file for this run

name: Debug artifact
on:
push:
branches-ignore: [master]
paths-ignore:
- "*.md"
- "LICENSE"
- ".gitignore"
workflow_dispatch:
jobs:
build:
name: "Build debug"
uses: ./.github/workflows/build.yml
with:
build_type: "Debug"