Skip to content

Commit

Permalink
fix build i thinks
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortex2Oblivion committed Jan 13, 2024
1 parent 561e01c commit c4183a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Create Version Tag
run: echo "${{github.run_id}}" > VERSION
- name: Compile Linux
run: haxelib always run lime build Project.xml linux --app-version="4.0.0-${{ github.run_id}}"
run: 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 @@ -101,7 +101,7 @@ jobs:
- name: Create Version Tag
run: echo "${{github.run_id}}" > VERSION
- name: Compile HTML5
run: haxelib always run lime build Project.xml html5 --app-version="4.0.0-${{ github.run_id}}"
run: haxelib --always run lime build Project.xml html5 --app-version="4.0.0-${{ github.run_id}}"
- name: Publish HTMl5 Artifact
uses: actions/upload-artifact@main
with:
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
- name: Create Version Tag
run: echo "${{github.run_id}}" > VERSION
- name: Compile
run: haxelib always run lime build windows --app-version="4.0.0-${{ github.run_id}}"
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 @@ -197,7 +197,7 @@ jobs:
- name: Create Version Tag
run: echo "${{github.run_id}}" > VERSION
- name: Compile
run: haxelib always run lime build mac --app-version="4.0.0-${{ github.run_id}}"
run: 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 c4183a8

Please sign in to comment.