Skip to content

I have no idea why this doesn't work #330

I have no idea why this doesn't work

I have no idea why this doesn't work #330

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"