Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortex2Oblivion committed Jan 13, 2024
1 parent e91368a commit 01a9f4b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@ jobs:
run: echo "${{github.run_id}}" > VERSION
- name: Compile
run: |
cd $(haxelib libpath hxcpp)/tools/hxcpp
dir
cd haxelib/haxe/lib/hxcpp/git/tools
haxe compile.hxml
cd -
haxelib --always run lime build windows --app-version="4.0.0-${{ github.run_id}}"
Expand Down Expand Up @@ -206,7 +207,7 @@ jobs:
run: echo "${{github.run_id}}" > VERSION
- name: Compile
run: |
cd haxelib/haxe/lib/hxcpp/git/tools
cd $(haxelib libpath hxcpp)/tools/hxcpp
haxe compile.hxml
cd -
haxelib --always run lime build mac --app-version="4.0.0-${{ github.run_id}}"
Expand Down

0 comments on commit 01a9f4b

Please sign in to comment.