Commit 931bfad 1 parent 3f34567 commit 931bfad Copy full SHA for 931bfad
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108
108
cd Projects || exit
109
109
git clone https://github.com/MadLadSquad/UImGuiDemo.git --recursive
110
110
cd ../UVKBuildTool/build || exit
111
- ./UVKBuildTool --generate ../../UImGuiDemo/
111
+ ./UVKBuildTool --generate ../../Projects/ UImGuiDemo/
112
112
cd ../../ || exit
113
113
- name : Create plugin
114
114
shell : bash
@@ -140,7 +140,7 @@ jobs:
140
140
ls
141
141
ls UImGuiDemo/
142
142
cd ../UVKBuildTool/build || exit
143
- ./UVKBuildTool --generate ../../UImGuiDemo/
143
+ ./UVKBuildTool --generate ../../Projects/ UImGuiDemo/
144
144
cd ../../ || exit
145
145
- name : Create plugin
146
146
shell : bash
@@ -168,7 +168,7 @@ jobs:
168
168
cd Projects || exit
169
169
git clone https://github.com/MadLadSquad/UImGuiDemo.git --recursive
170
170
cd ../UVKBuildTool/build || exit
171
- ./UVKBuildTool.exe --generate ../../UImGuiDemo/
171
+ ./UVKBuildTool.exe --generate ../../Projects/ UImGuiDemo/
172
172
cd ../../ || exit
173
173
- name : Create plugin
174
174
shell : bash
You can’t perform that action at this time.
0 commit comments