Skip to content

Publish All Platforms #24

Publish All Platforms

Publish All Platforms #24

Workflow file for this run

name: Publish All Platforms
on:
workflow_dispatch:
jobs:
build-windows:
secrets: inherit
uses: ./.github/workflows/publish_windows.yml
build-apple:
secrets: inherit
uses: ./.github/workflows/publish_macos.yml
build-linux:
secrets: inherit
uses: ./.github/workflows/publish_linux.yml