From 97a121f4762c8badb5d4e22cd10ec63d3914436a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ensar=20Saraj=C4=8Di=C4=87?= Date: Wed, 17 Nov 2021 21:02:03 +0100 Subject: [PATCH] Add missing template directory in macos export job --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3588f84..b6b1cea 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -50,7 +50,7 @@ jobs: run: brew install --cask butler - name: Setup export templates run: | - mkdir -v -p ~/.local/share/godot/templates + mkdir -v -p ~/.local/share/godot/templates/${GODOT_VERSION}.stable wget -q https://downloads.tuxfamily.org/godotengine/${GODOT_VERSION}/Godot_v${GODOT_VERSION}-stable_export_templates.tpz unzip Godot_v${GODOT_VERSION}-stable_export_templates.tpz mv templates/* ~/.local/share/godot/templates/${GODOT_VERSION}.stable/