Fix export name in deploy_macos workflow

This commit is contained in:
Ensar Sarajčić 2021-12-02 11:16:25 +01:00
parent ffc8b8c5be
commit 21727aa078

View file

@ -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