Skip to content

Publish All Platforms #1

Publish All Platforms

Publish All Platforms #1

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

Check failure on line 15 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_linux.yml" (source branch with sha:e10c1bcf18a3596fa010f3f93020f9026810d044) : workflow is not reusable as it is missing a `on.workflow_call` trigger