Skip to content
This repository was archived by the owner on Oct 18, 2025. It is now read-only.

autoPause Fix

autoPause Fix #88

name: Windows Build (32 Bits)
on:
push:
workflow_dispatch:
jobs:
build:
name: Windows Build 32 Bits
permissions: write-all
runs-on: windows-latest
steps:
- name: Pull the New Commit
uses: actions/checkout@v2
- name: Setup Haxe
uses: krdlab/setup-haxe@v1
with:
haxe-version: 4.3.6
- name: Install Libraries
run: setup/install-haxelibs.bat
- name: Build for Windows (32 Bits)
run: haxelib run lime build windows -32 -D 32bits -D HXCPP_M32
- name: Upload Game
uses: actions/upload-artifact@v4
with:
name: ALE Engine - Windows Build (32 Bits)
path: export/32bit/windows/bin