Skip to content

Commit

Permalink
abcdefghijklmnopqrstuvwxyz
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortex2Oblivion committed Jan 13, 2024
1 parent fabb332 commit 0146d20
Showing 1 changed file with 9 additions and 24 deletions.
33 changes: 9 additions & 24 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,11 @@ jobs:
haxelib list
- name: Create Version Tag
run: echo "${{github.run_id}}" > VERSION
- name: Rebuild hxcpp command line tool
- name: Compile Linux
run: |
cd tools/hxcpp
cd $(haxelib libpath hxcpp)/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}}"
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
with:
Expand Down Expand Up @@ -157,16 +152,11 @@ jobs:
shell: cmd
- name: Create Version Tag
run: echo "${{github.run_id}}" > VERSION
- name: Rebuild hxcpp command line tool
- name: Compile
run: |
cd tools/hxcpp
haxelib --always run lime build windows --app-version="4.0.0-${{ github.run_id}}"
cd $(haxelib libpath hxcpp)/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
uses: actions/upload-artifact@main
with:
Expand Down Expand Up @@ -212,16 +202,11 @@ jobs:
haxelib list
- name: Create Version Tag
run: echo "${{github.run_id}}" > VERSION
- name: Rebuild hxcpp command line tool
- name: Compile
run: |
cd tools/hxcpp
cd $(haxelib libpath hxcpp)/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}}"
haxelib --always run lime build mac --app-version="4.0.0-${{ github.run_id}}"
- name: Publish Artifact
uses: actions/upload-artifact@main
with:
Expand Down

0 comments on commit 0146d20

Please sign in to comment.