Skip to content

Publish All Platforms #2

Publish All Platforms

Publish All Platforms #2

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

Check failure on line 12 in .github/workflows/publish_all.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish_all.yml

Invalid workflow file

error parsing called workflow ".github/workflows/publish_all.yml" -> "./.github/workflows/publish_macos.yml" (source branch with sha:ff27edcad696c53638b3a608482b2f2255bf65d5) : workflow is not reusable as it is missing a `on.workflow_call` trigger
build-linux:
secrets: inherit
uses: ./.github/workflows/publish_linux.yml