Skip to content

HDividedBoxLayout, VDividedBoxLayout: smarter detection of the fallba… #506

HDividedBoxLayout, VDividedBoxLayout: smarter detection of the fallba…

HDividedBoxLayout, VDividedBoxLayout: smarter detection of the fallba… #506

Workflow file for this run

name: Haxelib
on:
push:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: krdlab/setup-haxe@v1
with:
haxe-version: 4.3.4
- name: Package Haxelib
working-directory: haxelib
run: haxe haxelib.hxml
- uses: actions/upload-artifact@v4
with:
name: feathersui-haxelib
path: bin/haxelib/
if-no-files-found: error