Skip to content

new milky pixel icon #336

new milky pixel icon

new milky pixel icon #336

name: Build Game for Windows
on:
push:
branches: [ main, develop ]
workflow_dispatch:
jobs:
Windows:
runs-on: windows-latest
strategy:
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@main
with:
submodules: true
- name: Setup Haxe
uses: krdlab/setup-haxe@master
with:
haxe-version: 4.3.6
- name: Install Libraries
run: |
haxelib install hmm --quiet
haxelib run hmm install --quiet
haxelib run lime rebuild hxcpp
- name: Compile
run: haxelib run lime build windows
- name: Upload Artifact
uses: actions/upload-artifact@main
with:
name: windowsBuild
path: export/release/windows/bin
if-no-files-found: error