File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -167,8 +167,8 @@ jobs:
167
167
lipo -create bin/godot.macos.template_release.x86_64 bin/godot.macos.template_release.arm64 -output bin/godot.macos.template_release.universal
168
168
cp -r misc/dist/macos_template.app .
169
169
mkdir -p -v macos_template.app/Contents/MacOS
170
- cp bin/godot.macos.template_release.universal macos_template.app/Contents/MacOS/godot_macos_release.64
171
- chmod +x macos_template.app/Contents/MacOS/godot_macos_release.64
170
+ cp bin/godot.macos.template_release.universal macos_template.app/Contents/MacOS/godot_macos_release.universal
171
+ chmod +x macos_template.app/Contents/MacOS/godot_macos_release.universal
172
172
zip -q -9 -r macos.zip macos_template.app
173
173
mkdir -p -v ../cached_builds/template
174
174
mv macos.zip ../cached_builds/template
You can’t perform that action at this time.
0 commit comments