Skip to content
This repository has been archived by the owner on Jul 14, 2024. It is now read-only.

Small improvements

Small improvements #27

Workflow file for this run

name: CutTheLandJobs
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Build
run: ./Util/build.sh
- name: Check build results
if: ${{ hashFiles('./Build/Cut_The_Land.app') == '' }}
run: exit 1