Skip to content

Commit 204fc8d

Browse files
committed
Custom templates build: fixed patch path
1 parent 2f82935 commit 204fc8d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/godot-templates-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ jobs:
2323
- name: Clone latest stable Godot source into ./godot
2424
run: |
2525
git clone --depth 1 --branch ${GODOT_VERSION}-${GODOT_SUB} https://github.com/godotengine/godot.git godot
26-
du .
2726
cd godot
28-
patch -p1 < ../material-maker/material-maker/misc/mm.patch
27+
patch -p1 < ../material-maker/material_maker/misc/mm.patch
2928
3029
- name: Install dependencies
3130
run: |

0 commit comments

Comments
 (0)