mirror of
https://github.com/Steffo99/particle-clash.git
synced 2024-11-21 23:24:18 +00:00
Tweak github builder again
This commit is contained in:
parent
93f0ca565a
commit
4feb9cba14
1 changed files with 2 additions and 2 deletions
4
.github/workflows/godot-build.yml
vendored
4
.github/workflows/godot-build.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
||||||
name: "Build game"
|
name: "Build game"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: "barichello/godot-ci:3.4.4"
|
image: "barichello/godot-ci:3.5.1"
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
@ -29,7 +29,7 @@ jobs:
|
||||||
- name: "⚙️ Setup Godot templates"
|
- name: "⚙️ Setup Godot templates"
|
||||||
run: |
|
run: |
|
||||||
mkdir -v -p ~/.local/share/godot/templates
|
mkdir -v -p ~/.local/share/godot/templates
|
||||||
mv /root/.local/share/godot/templates/3.4.4.stable ~/.local/share/godot/templates/3.4.4.stable
|
mv /root/.local/share/godot/templates/3.5.1.stable ~/.local/share/godot/templates/3.5.1.stable
|
||||||
|
|
||||||
- name: "⚙️ Setup Godot build directories"
|
- name: "⚙️ Setup Godot build directories"
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue