Skip to content

Update Project.xml

Update Project.xml #37

Workflow file for this run

name: MacOS Build
on:
push:
pull_request:
workflow_dispatch:
jobs:
buildProcess:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: krdlab/setup-haxe@master
with:
haxe-version: latest
- name: Setup Haxe
run: |
haxelib setup ~/haxelib
haxelib install hxcpp > /dev/null --quiet
chmod +x docs/setup/setup.sh
sh docs/setup/setup.sh
- name: Create Version Tag
run: echo "${{github.run_id}}" > VERSION
- name: Compiling Process
run: haxelib run lime build mac --app-version="4.0.0-${{ github.run_id}}"
- name: Publish Artifact
uses: actions/upload-artifact@v2.2.4
with:
name: Mac
path: export/release/macos/bin