Re-enable templates listing in macos job
This commit is contained in:
parent
eeed90e82b
commit
abf9c7adcb
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue