Skip to content

Build Example Desktop (All Platforms) #82

Build Example Desktop (All Platforms)

Build Example Desktop (All Platforms) #82

name: Build Example Desktop (All Platforms)
on:
workflow_dispatch:
permissions:
contents: write
jobs:
build-mac:
uses: ./.github/workflows/build-example-desktop-mac.yml
secrets: inherit
build-win:
uses: ./.github/workflows/build-example-desktop-win.yml
secrets: inherit