Skip to content

Commit 6b607c4

Browse files
committed
fix
1 parent d85b2c6 commit 6b607c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ on:
2626

2727
env:
2828
HXCPP_ARCH_FLAG: ${{ inputs.arch == 'Arm64' && 'HXCPP_ARM64' || format('HXCPP_M{0}', inputs.arch) }}
29-
HAXE_TARGET_FLAG: ${{ inputs.target_flag == '' && format('-D {0}', inputs.target_flag) || '' }}
30-
HXCPP_TARGET_FLAG: ${{ inputs.target_flag == '' && format('-D{0}', inputs.target_flag) || '' }}
29+
HAXE_TARGET_FLAG: ${{ inputs.target_flag && format('-D {0}', inputs.target_flag) || '' }}
30+
HXCPP_TARGET_FLAG: ${{ inputs.target_flag && format('-D{0}', inputs.target_flag) || '' }}
3131

3232
jobs:
3333
haxe:

0 commit comments

Comments
 (0)