Skip to content

These 2 can not be the same name #15

These 2 can not be the same name

These 2 can not be the same name #15

Workflow file for this run

name: Build All Platforms Debug
on:
push:
branches:
- "main"
jobs:
build-windows:
secrets: inherit
uses: ./.github/workflows/debug_windows.yml
build-apple:
secrets: inherit
uses: ./.github/workflows/debug_macos.yml
build-linux:
secrets: inherit
uses: ./.github/workflows/debug_linux.yml