File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,13 +57,13 @@ jobs:
5757 - name : Build export templates (Linux)
5858 run : |
5959 cd godot
60- scons platform=linuxbsd target=template_release tools=no
60+ scons platform=linuxbsd target=template_release tools=no production=yes
6161 cd ..
6262
6363 - name : Build export templates (Windows)
6464 run : |
6565 cd godot
66- scons platform=windows target=template_release arch=x86_64 tools=no
66+ scons platform=windows target=template_release arch=x86_64 tools=no production=yes
6767 cd ..
6868
6969 - name : Package Linux build
@@ -122,8 +122,8 @@ jobs:
122122 - name : Build export templates (MacOS)
123123 run : |
124124 cd godot
125- scons platform=macos arch=x86_64 target=template_release tools=no
126- scons platform=macos arch=arm64 target=template_release tools=no generate_bundle=yes
125+ scons platform=macos arch=x86_64 target=template_release tools=no production=yes
126+ scons platform=macos arch=arm64 target=template_release tools=no production=yes generate_bundle=yes
127127 cp ./bin/godot_macos.zip ../export_templates_macos.zip
128128
129129 - name : Upload MacOS artifact
You can’t perform that action at this time.
0 commit comments