@@ -20,52 +20,52 @@ jobs:
2020 - name : Build editor release x86_64 (target=editor)
2121 cache-name : editor_release_macos_x86_64
2222 target : editor
23- sconsflags : arch=x86_64
23+ scons-flags : arch=x86_64
2424
2525 - name : Build editor debug x86_64 (target=editor, debug_symbols=true )
2626 cache-name : editor_debug_macos_x86_64
2727 target : editor
28- sconsflags : arch=x86_64 debug_symbols=true
28+ scons-flags : arch=x86_64 debug_symbols=true
2929
3030 - name : Build editor dev x86_64 (target=editor, dev_build=yes, debug_symbols=true )
3131 cache-name : editor_dev_macos_x86_64
3232 target : editor
33- sconsflags : arch=x86_64 dev_build=yes debug_symbols=true
33+ scons-flags : arch=x86_64 dev_build=yes debug_symbols=true
3434
3535 - name : Build release template x86_64
3636 cache-name : export_template_release_macos_x86_64
3737 target : template_release
38- sconsflags : arch=x86_64
38+ scons-flags : arch=x86_64
3939
4040 - name : Build debug template x86_64
4141 cache-name : export_template_debug_macos_x86_64
4242 target : template_debug
43- sconsflags : arch=x86_64
43+ scons-flags : arch=x86_64
4444
4545 - name : Build editor release arm64 (target=editor)
4646 cache-name : editor_release_macos_arm64
4747 target : editor
48- sconsflags : arch=arm64
48+ scons-flags : arch=arm64
4949
5050 - name : Build editor debug arm64 (target=editor, debug_symbols=true )
5151 cache-name : editor_debug_macos_arm64
5252 target : editor
53- sconsflags : arch=arm64 debug_symbols=true
53+ scons-flags : arch=arm64 debug_symbols=true
5454
5555 - name : Build editor dev arm64 (target=editor, dev_build=yes, debug_symbols=true )
5656 cache-name : editor_dev_macos_arm64
5757 target : editor
58- sconsflags : arch=arm64 dev_build=yes debug_symbols=true
58+ scons-flags : arch=arm64 dev_build=yes debug_symbols=true
5959
6060 - name : Build release template arm64
6161 cache-name : export_template_release_macos_arm64
6262 target : template_release
63- sconsflags : arch=arm64
63+ scons-flags : arch=arm64
6464
6565 - name : Build debug template arm64
6666 cache-name : export_template_debug_macos_arm64
6767 target : template_debug
68- sconsflags : arch=arm64
68+ scons-flags : arch=arm64
6969
7070 steps :
7171 - name : Clone Godot Engine
9999 - name : Compilation
100100 uses : ./.github/actions/godot-build
101101 with :
102- sconsflags : ${{ matrix.sconsflags }}
102+ scons-flags : ${{ matrix.scons-flags }}
103103 platform : macos
104104 target : ${{ matrix.target }}
105105
0 commit comments