Skip to content

SOO YEAH!

SOO YEAH! #303

Workflow file for this run

name: Windows
on:
push:
branches: [main, experimental]
pull_request:
branches: [main, experimental]
workflow_dispatch:
jobs:
buildWindows:
name: Release Build
runs-on: windows-latest
steps:
- uses: actions/checkout@v2.3.0
- uses: krdlab/setup-haxe@master
with:
haxe-version: 4.3.4
- name: Installing/Updating libraries
run: |
haxe -cp commandline -D analyzer-optimize --run Main setup -s
shell: cmd
- name: Create Version Tag
run: echo "${{github.run_id}}" > VERSION
- name: Compile
run: haxelib run lime build windows --app-version="4.0.0-${{ github.run_id}}"
- name: Uploading artifact (entire build)
uses: actions/upload-artifact@v4
with:
name: Astro Engine
path: export/release/windows/bin