From abf9c7adcbe3862fcc927ef235239ff00fac5879 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ensar=20Saraj=C4=8Di=C4=87?= Date: Wed, 17 Nov 2021 22:11:06 +0100 Subject: [PATCH] Re-enable templates listing in macos job --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cc672ce..247c5e2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -54,6 +54,7 @@ jobs: 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/* "~/Library/Application Support/Godot/templates/${GODOT_VERSION}.stable/" + ls "~/Library/Application Support/Godot/templates/${GODOT_VERSION}.stable/" - name: Build game run: | mkdir -v -p build/mac