Commit 3f34567 1 parent 725f307 commit 3f34567 Copy full SHA for 3f34567
File tree 1 file changed +5
-3
lines changed
1 file changed +5
-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 ../../UImGuiDemo/
112
112
cd ../../ || exit
113
113
- name : Create plugin
114
114
shell : bash
@@ -137,8 +137,10 @@ jobs:
137
137
run : |
138
138
cd Projects || exit
139
139
git clone https://github.com/MadLadSquad/UImGuiDemo.git --recursive
140
+ ls
141
+ ls UImGuiDemo/
140
142
cd ../UVKBuildTool/build || exit
141
- ./UVKBuildTool --generate ../../UImGuiDemo
143
+ ./UVKBuildTool --generate ../../UImGuiDemo/
142
144
cd ../../ || exit
143
145
- name : Create plugin
144
146
shell : bash
@@ -166,7 +168,7 @@ jobs:
166
168
cd Projects || exit
167
169
git clone https://github.com/MadLadSquad/UImGuiDemo.git --recursive
168
170
cd ../UVKBuildTool/build || exit
169
- ./UVKBuildTool.exe --generate ../../UImGuiDemo
171
+ ./UVKBuildTool.exe --generate ../../UImGuiDemo/
170
172
cd ../../ || exit
171
173
- name : Create plugin
172
174
shell : bash
You can’t perform that action at this time.
0 commit comments