Fix macos export templates move command

soundtrack
Ensar Sarajčić 2021-11-17 22:03:31 +01:00
parent c124854910
commit eeed90e82b
1 changed files with 2 additions and 3 deletions

View File

@ -50,11 +50,10 @@ jobs:
run: brew install --cask butler run: brew install --cask butler
- name: Setup export templates - name: Setup export templates
run: | run: |
mkdir -v -p ~/Library/Application Support/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 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/* ~/Library/Application Support/Godot/templates/${GODOT_VERSION}.stable/ mv templates/* "~/Library/Application Support/Godot/templates/${GODOT_VERSION}.stable/"
ls ~/Library/Application Support/Godot/templates/${GODOT_VERSION}.stable/
- name: Build game - name: Build game
run: | run: |
mkdir -v -p build/mac mkdir -v -p build/mac