SpaceCadetPinball/.github/workflows/ReleaseBuilds.yml
Workflow config file is invalid. Please check your config file: yaml: line 19: did not find expected alphabetic or numeric character

20 lines
340 B
YAML

name: Make Release Builds
on: [workflow_dispatch]
jobs:
build-macos:
runs-on: macos-11
timeout-minutes: 15
steps:
- uses: actions/checkout@v3
with:
ref: master
- run: bash build-mac-app.sh
- uses: actions/upload-artifact@v3
with:
name: mac-build
path: *.dmg