mirror of
https://github.com/Steffo99/particle-clash.git
synced 2024-11-24 08:34:18 +00:00
Fix output directory
This commit is contained in:
parent
f57faecc9d
commit
de8546efab
1 changed files with 1 additions and 1 deletions
2
.github/workflows/godot-build.yml
vendored
2
.github/workflows/godot-build.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
||||||
|
|
||||||
- name: "⚙️ Setup Godot build directories"
|
- name: "⚙️ Setup Godot build directories"
|
||||||
run: |
|
run: |
|
||||||
mkdir -v -p export/${{ matrix.target }}/LD50/
|
mkdir -v -p export/${{ matrix.target }}/LD51/
|
||||||
|
|
||||||
- name: "🏗️ Build game"
|
- name: "🏗️ Build game"
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue