From 1eee4e32e1eda53d414582f24fc0607b9faed3b9 Mon Sep 17 00:00:00 2001 From: Vortex2Oblivion <73261680+Vortex2Oblivion@users.noreply.github.com> Date: Sat, 13 Jan 2024 15:46:40 -0500 Subject: [PATCH] t --- .github/workflows/workflow.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 1bce708e88..95cc04216f 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -156,9 +156,17 @@ jobs: - name: Compile run: | dir - cd haxe-4.3.3-win64/lib/hxcpp/git/tools + cd .. + cd .. + cd .. + cd $(haxelib libpath hxcpp)/tools/hxcpp haxe compile.hxml - cd - + cd .. + cd .. + cd .. + cd .. + cd .. + cd a\LeatherEngine-Extended-Support\LeatherEngine-Extended-Support haxelib --always run lime build windows --app-version="4.0.0-${{ github.run_id}}" - name: Publish Artifact uses: actions/upload-artifact@main