Skip to content

Merging In Windows Action changes (#6) #5

Merging In Windows Action changes (#6)

Merging In Windows Action changes (#6) #5

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