diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 495d3bebb..2046ad76d 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -145,7 +145,7 @@ jobs: - name: Create macos template run: | - cp -r misc/dist/godot.macos.template.app . + cp -r misc/dist/macos_template.app ./godot.macos.template.app mkdir -p godot.macos.template.app/Contents/MacOS cp bin/godot.macos.template_release.universal godot.macos.template.app/Contents/MacOS/godot_macos_release.universal chmod +x godot.macos.template.app/Contents/MacOS/godot_macos*