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

Fixes on Android & Weeks Support (Compatible with Psych) #106

Fixes on Android & Weeks Support (Compatible with Psych)

Fixes on Android & Weeks Support (Compatible with Psych) #106

name: Windows Build
on:
push:
workflow_dispatch:
jobs:
build:
name: Windows Build
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
run: haxelib run lime build windows
- name: Upload Game
uses: actions/upload-artifact@v4
with:
name: ALE Engine - Windows Build
path: export/release/windows/bin