Fix export name in deploy_macos workflow
This commit is contained in:
parent
ffc8b8c5be
commit
21727aa078
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy_macos.yml
vendored
2
.github/workflows/deploy_macos.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
unzip Godot_v${GODOT_VERSION}-stable_export_templates.tpz
|
||||
mv templates/* ${TEMPLATES_DIR}
|
||||
mkdir -p ${BUILD_DIR}
|
||||
Godot.app/Contents/MacOS/Godot --export ${PRESET}
|
||||
Godot.app/Contents/MacOS/Godot --export "${PRESET}"
|
||||
- name: Install butler
|
||||
run: |
|
||||
# -L follows redirects
|
||||
|
|
Loading…
Add table
Reference in a new issue