diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 14b2014..bb57ead 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -50,10 +50,10 @@ jobs: run: brew install --cask butler - name: Setup export templates run: | - mkdir -v -p ~/.local/share/godot/templates/${GODOT_VERSION}.stable + mkdir -v -p ~/Library/Application Support/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/ + mv templates/* ~/Library/Application Support/Godot/templates/${GODOT_VERSION}.stable - name: Build game run: | mkdir -v -p build/mac