Fix export name in deploy_macos workflow

pull/1/head
Ensar Sarajčić 2021-12-02 11:16:25 +01:00
parent ffc8b8c5be
commit 21727aa078
1 changed files with 1 additions and 1 deletions

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