Collapsible: fix animation playing when setting opened to same value … #562
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |