Skip to content

Commit

Permalink
the
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortex2Oblivion committed Jan 13, 2024
1 parent 0146d20 commit 64790b8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
run: |
cd $(haxelib libpath hxcpp)/tools/hxcpp
haxe compile.hxml
cd -
haxelib --always run lime build Project.xml linux --app-version="4.0.0-${{ github.run_id}}"
- name: Publish Linux Artifact
uses: actions/upload-artifact@main
Expand Down Expand Up @@ -125,7 +126,7 @@ jobs:
- name: Install Haxelib
run: |
haxelib setup C:/haxelib
haxelib install hxcpp > nul
haxelib git hxcpp https://github.com/HaxeFoundation/hxcpp
haxelib install lime
haxelib install openfl
haxelib --never install flixel
Expand Down Expand Up @@ -154,9 +155,10 @@ jobs:
run: echo "${{github.run_id}}" > VERSION
- name: Compile
run: |
haxelib --always run lime build windows --app-version="4.0.0-${{ github.run_id}}"
cd $(haxelib libpath hxcpp)/tools/hxcpp
haxe compile.hxml
cd -
haxelib --always run lime build windows --app-version="4.0.0-${{ github.run_id}}"
- name: Publish Artifact
uses: actions/upload-artifact@main
with:
Expand Down Expand Up @@ -206,6 +208,7 @@ jobs:
run: |
cd $(haxelib libpath hxcpp)/tools/hxcpp
haxe compile.hxml
cd -
haxelib --always run lime build mac --app-version="4.0.0-${{ github.run_id}}"
- name: Publish Artifact
uses: actions/upload-artifact@main
Expand Down

0 comments on commit 64790b8

Please sign in to comment.