quakespasm/.github/workflows/build-macos.yml
alexey.lysiuk ec7f807ba1 Add continuous integration workflows for Linux and MinGW
Rename macOS workflow to match with others
2023-12-08 16:11:52 +02:00

26 lines
412 B
YAML

name: macOS CI
on:
push
jobs:
build:
name: Build macOS
runs-on: macos-12
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4
- name: macOS Build
run: |
cd MacOSX
./build-macos.sh
- name: Upload macOS artifact
uses: actions/upload-artifact@v3
with:
name: macos
path: |
MacOSX/build/Release/*.zip