Skip to content

Binary Release

Binary Release #12

name: Binary Release
on:
workflow_dispatch:
inputs:
mlton-version:
required: true
type: string
workflow_call:
inputs:
mlton-version:
required: true
type: string
jobs:
binary-release:
strategy:
fail-fast: false
matrix:
include:
- runner: "ubuntu-24.04"
binary-release-suffix: ""
- runner: "macos-13"
binary-release-suffix: ""
- runner: "macos-14"
binary-release-suffix: ""
- runner: "windows-2022"
binary-release-suffix: ""
uses: ./.github/workflows/binary-release.yml

Check failure on line 30 in .github/workflows/binary-release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/binary-release.yml

Invalid workflow file

error parsing called workflow ".github/workflows/binary-release.yml" -> "./.github/workflows/binary-release.yml" (source branch with sha:8a31d4bbe08c3253b8e04bb57e57f06bd8158084) --> "./.github/workflows/binary-release.yml" (source branch with sha:8a31d4bbe08c3253b8e04bb57e57f06bd8158084) ---> "./.github/workflows/binary-release.yml" (source branch with sha:8a31d4bbe08c3253b8e04bb57e57f06bd8158084) : job "binary-release" calls workflow "./.github/workflows/binary-release.yml", but doing so would exceed the limit on called workflow depth of 3
with:
mlton-version: ${{ inputs.mlton-version }}
runner: ${{ matrix.runner }}
binary-release-suffix: ${{ matrix.binary-release-suffix }}
secrets: inherit