We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f82935 commit 204fc8dCopy full SHA for 204fc8d
1 file changed
.github/workflows/godot-templates-build.yml
@@ -23,9 +23,8 @@ jobs:
23
- name: Clone latest stable Godot source into ./godot
24
run: |
25
git clone --depth 1 --branch ${GODOT_VERSION}-${GODOT_SUB} https://github.com/godotengine/godot.git godot
26
- du .
27
cd godot
28
- patch -p1 < ../material-maker/material-maker/misc/mm.patch
+ patch -p1 < ../material-maker/material_maker/misc/mm.patch
29
30
- name: Install dependencies
31
0 commit comments