Add missing template directory in macos export job

soundtrack
Ensar Sarajčić 2021-11-17 21:02:03 +01:00
parent 82bf5e668e
commit 97a121f476
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ jobs:
run: brew install --cask butler run: brew install --cask butler
- name: Setup export templates - name: Setup export templates
run: | 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 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 unzip Godot_v${GODOT_VERSION}-stable_export_templates.tpz
mv templates/* ~/.local/share/godot/templates/${GODOT_VERSION}.stable/ mv templates/* ~/.local/share/godot/templates/${GODOT_VERSION}.stable/