Skip to content

Make Release Builds

Make Release Builds #3

Workflow file for this run

name: Make Release Builds
on: [workflow_dispatch]
jobs:
build-macos:
runs-on: macos-12
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
with:
ref: boom
- run: ./makeapp_osx.sh
- uses: actions/upload-artifact@v4
with:
name: mac-build
path: BOOM-Remake-*-mac.dmg