Fix macos export templates generation
This commit is contained in:
parent
c4bb797674
commit
82bf5e668e
1 changed files with 3 additions and 1 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -51,7 +51,9 @@ jobs:
|
|||
- name: Setup export templates
|
||||
run: |
|
||||
mkdir -v -p ~/.local/share/godot/templates
|
||||
mv /root/.local/share/godot/templates/${GODOT_VERSION}.stable ~/.local/share/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/
|
||||
- name: Build game
|
||||
env:
|
||||
EXPORT_DIR_NAME: ${{ matrix.target[0] }}
|
||||
|
|
Loading…
Add table
Reference in a new issue