Skip to content

Produces Application Bundle for macOS (#290) #281

Produces Application Bundle for macOS (#290)

Produces Application Bundle for macOS (#290) #281

Workflow file for this run

name: Development Build
on:
push:
branches:
- main
concurrency: dev-${{ github.ref }}
jobs:
windows:
name: Build
uses: ./.github/workflows/ci-windows.yml
linux:
name: Build
uses: ./.github/workflows/ci-linux.yml
mac:
name: Build
uses: ./.github/workflows/ci-mac.yml