Skip to content

Commit

Permalink
Update Haxe version to 4.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrzarzycki21 committed Mar 5, 2024
1 parent 617dfed commit 4311857
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sub-build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ env:
app_name: ${{ inputs.env == 'Production' && 'SuperHumanInstaller' || 'SuperHumanInstallerDev' }}
app_id: net.prominic.genesis.${{ inputs.env == 'Production' && 'superhumaninstaller' || 'superhumaninstallerdev' }}
haxe_flag: ${{ inputs.env == 'Production' && '-final' || '-debug -Dverbose_logs -Ddebug_logs' }}
haxe_version: 4.3.3
haxe_version: 4.3.4
bin_path: Export/${{ inputs.env }}/linux/bin

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sub-build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ env:
app_name: ${{ inputs.env == 'Production' && 'SuperHumanInstaller' || 'SuperHumanInstallerDev' }}
app_id: net.prominic.genesis.${{ inputs.env == 'Production' && 'superhumaninstaller' || 'superhumaninstallerdev' }}
haxe_flag: ${{ inputs.env == 'Production' && '-final' || '-debug -Dverbose_logs -Ddebug_logs' }}
haxe_version: 4.3.3
haxe_version: 4.3.4
bin_path: Export/${{ inputs.env }}/macos/bin/

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sub-build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ env:
app_name: ${{ inputs.env == 'Production' && 'SuperHumanInstaller' || 'SuperHumanInstallerDev' }}
app_id: net.prominic.genesis.${{ inputs.env == 'Production' && 'superhumaninstaller' || 'superhumaninstallerdev' }}
haxe_flag: ${{ inputs.env == 'Production' && '-final' || '-debug -Dverbose_logs -Ddebug_logs' }}
haxe_version: 4.3.3
haxe_version: 4.3.4
bin_path: Export/${{ inputs.env }}/windows/bin/

jobs:
Expand Down

0 comments on commit 4311857

Please sign in to comment.