mirror of
https://github.com/Steffo99/particle-clash.git
synced 2024-11-21 07:04:18 +00:00
I pressed Ctrl+Z too many times
This commit is contained in:
parent
94f360011c
commit
b6ebcd5de4
1 changed files with 3 additions and 3 deletions
6
.github/workflows/godot-build.yml
vendored
6
.github/workflows/godot-build.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
|||
name: "Build game"
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: "barichello/godot-ci:3.4.4"
|
||||
image: "barichello/godot-ci:3.5.1"
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
|
@ -29,11 +29,11 @@ jobs:
|
|||
- name: "⚙️ Setup Godot templates"
|
||||
run: |
|
||||
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"
|
||||
run: |
|
||||
mkdir -v -p export/${{ matrix.target }}/LD50/
|
||||
mkdir -v -p export/${{ matrix.target }}/LD51/
|
||||
|
||||
- name: "🏗️ Build game"
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue