Skip to content

Commit

Permalink
Fix haxe version
Browse files Browse the repository at this point in the history
(reference #123)
  • Loading branch information
piotrzarzycki21 authored Jul 22, 2024
1 parent df483e7 commit 43ee7a8
Showing 1 changed file with 1 addition and 1 deletion.
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.5
haxe_version: 4.3.4
bin_path: Export/${{ inputs.env }}/macos/bin/

jobs:
Expand Down

0 comments on commit 43ee7a8

Please sign in to comment.