Fix export name in deploy_macos workflow
parent
ffc8b8c5be
commit
21727aa078
|
@ -27,7 +27,7 @@ jobs:
|
||||||
unzip Godot_v${GODOT_VERSION}-stable_export_templates.tpz
|
unzip Godot_v${GODOT_VERSION}-stable_export_templates.tpz
|
||||||
mv templates/* ${TEMPLATES_DIR}
|
mv templates/* ${TEMPLATES_DIR}
|
||||||
mkdir -p ${BUILD_DIR}
|
mkdir -p ${BUILD_DIR}
|
||||||
Godot.app/Contents/MacOS/Godot --export ${PRESET}
|
Godot.app/Contents/MacOS/Godot --export "${PRESET}"
|
||||||
- name: Install butler
|
- name: Install butler
|
||||||
run: |
|
run: |
|
||||||
# -L follows redirects
|
# -L follows redirects
|
||||||
|
|
Loading…
Reference in New Issue