Skip to content

Commit 294ea8d

Browse files
committed
Fix macOS CI compilation
1 parent 81e91ed commit 294ea8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mac_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ jobs:
167167
lipo -create bin/godot.macos.template_release.x86_64 bin/godot.macos.template_release.arm64 -output bin/godot.macos.template_release.universal
168168
cp -r misc/dist/macos_template.app .
169169
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
172172
zip -q -9 -r macos.zip macos_template.app
173173
mkdir -p -v ../cached_builds/template
174174
mv macos.zip ../cached_builds/template

0 commit comments

Comments
 (0)