We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e1613f commit 588ec13Copy full SHA for 588ec13
.github/workflows/macos.yml
@@ -145,7 +145,7 @@ jobs:
145
146
- name: Create macos template
147
run: |
148
- cp -r misc/dist/godot.macos.template.app .
+ cp -r misc/dist/macos_template.app ./godot.macos.template.app
149
mkdir -p godot.macos.template.app/Contents/MacOS
150
cp bin/godot.macos.template_release.universal godot.macos.template.app/Contents/MacOS/godot_macos_release.universal
151
chmod +x godot.macos.template.app/Contents/MacOS/godot_macos*
0 commit comments