List export templates when exporting
This commit is contained in:
parent
e55c76daff
commit
c124854910
1 changed files with 2 additions and 1 deletions
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
|
@ -53,7 +53,8 @@ jobs:
|
|||
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/* ~/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
|
||||
run: |
|
||||
mkdir -v -p build/mac
|
||||
|
|
Loading…
Add table
Reference in a new issue