Skip to content

Update windows-build.yml #95

Update windows-build.yml

Update windows-build.yml #95

Workflow file for this run

name: MacOS build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: make -C RunCPM macosx build
- name: copy binary to artifact folder
run: cp RunCPM/RunCPM output
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
# Artifact name
name: runcpm-macos
# A file, directory or wildcard pattern that describes what to upload
path: output
# The desired behavior if no files are found using the provided path.
if-no-files-found: error