Fix some export_templates folder names not being replaced

This commit is contained in:
Hugo Locurcio
2024-02-10 19:41:57 +01:00
parent 373788c30a
commit 66b7d6fef1
2 changed files with 4 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ jobs:
lfs: true
- name: Setup
run: |
mkdir -v -p ~/.local/share/godot/templates
mkdir -v -p ~/.local/share/godot/export_templates/
mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable
- name: Windows Build
run: |
@@ -44,7 +44,7 @@ jobs:
lfs: true
- name: Setup
run: |
mkdir -v -p ~/.local/share/godot/templates
mkdir -v -p ~/.local/share/godot/export_templates/
mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable
- name: Linux Build
run: |
@@ -69,7 +69,7 @@ jobs:
lfs: true
- name: Setup
run: |
mkdir -v -p ~/.local/share/godot/templates
mkdir -v -p ~/.local/share/godot/export_templates/
mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable
- name: Web Build
run: |
@@ -102,7 +102,7 @@ jobs:
lfs: true
- name: Setup
run: |
mkdir -v -p ~/.local/share/godot/templates
mkdir -v -p ~/.local/share/godot/export_templates/
mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable
- name: Mac Build
run: |