Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

mini fixes

mini fixes #34

Workflow file for this run

name: MacOS Build
on:
push:
jobs:
build:
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.7
- name: Set up Haxe
uses: krdlab/setup-haxe@master
with:
haxe-version: 4.3.5
- name: Install Haxe libraries
run: |
haxelib --always install hxcpp
- name: Compile project
run: haxe build.hxml
- name: Debug output
run: ls -la export/haxeCompileU
- name: Upload compiled artifact
uses: actions/upload-artifact@v4.3.4
with:
name: Mac64_HxCompileU
path: export/haxeCompileU