Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortex2Oblivion committed Jan 13, 2024
1 parent c4183a8 commit 1861a84
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@ jobs:
haxelib list
- name: Create Version Tag
run: echo "${{github.run_id}}" > VERSION
- name: Rebuild hxcpp command line tool
run: |
cd tools/hxcpp
haxe compile.hxml
- name: Build hxcpp binaries
run: |
cd project
neko build.n
- name: Compile Linux
run: haxelib --always run lime build Project.xml linux --app-version="4.0.0-${{ github.run_id}}"
- name: Publish Linux Artifact
Expand Down Expand Up @@ -149,6 +157,14 @@ jobs:
shell: cmd
- name: Create Version Tag
run: echo "${{github.run_id}}" > VERSION
- name: Rebuild hxcpp command line tool
run: |
cd tools/hxcpp
haxe compile.hxml
- name: Build hxcpp binaries
run: |
cd project
neko build.n
- name: Compile
run: haxelib --always run lime build windows --app-version="4.0.0-${{ github.run_id}}"
- name: Publish Artifact
Expand Down Expand Up @@ -196,6 +212,14 @@ jobs:
haxelib list
- name: Create Version Tag
run: echo "${{github.run_id}}" > VERSION
- name: Rebuild hxcpp command line tool
run: |
cd tools/hxcpp
haxe compile.hxml
- name: Build hxcpp binaries
run: |
cd project
neko build.n
- name: Compile
run: haxelib --always run lime build mac --app-version="4.0.0-${{ github.run_id}}"
- name: Publish Artifact
Expand Down

0 comments on commit 1861a84

Please sign in to comment.