Skip to content

Commit 588ec13

Browse files
committed
Fix path
1 parent 2e1613f commit 588ec13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
146146
- name: Create macos template
147147
run: |
148-
cp -r misc/dist/godot.macos.template.app .
148+
cp -r misc/dist/macos_template.app ./godot.macos.template.app
149149
mkdir -p godot.macos.template.app/Contents/MacOS
150150
cp bin/godot.macos.template_release.universal godot.macos.template.app/Contents/MacOS/godot_macos_release.universal
151151
chmod +x godot.macos.template.app/Contents/MacOS/godot_macos*

0 commit comments

Comments
 (0)