Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
Zylann committed Aug 17, 2024
1 parent 2e1613f commit 588ec13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand Down

0 comments on commit 588ec13

Please sign in to comment.