Skip to content

build: fixes broken line in winbuild.bat #12

build: fixes broken line in winbuild.bat

build: fixes broken line in winbuild.bat #12

Workflow file for this run

# macOS CI — builds a .app bundle and packages it as a .dmg
name: MacOS CI
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
build:
runs-on: macos-latest # arm64 (Apple Silicon)
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Build macOS App
run: bash macbuild.sh
- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
name: DMG Package
path: dist/*.dmg