Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortex2Oblivion committed Jan 13, 2024
1 parent e8b54d2 commit 1eee4e3
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1eee4e3

Please sign in to comment.