Skip to content

Commit 3f34567

Browse files
authored
Update ci.yaml
1 parent 725f307 commit 3f34567

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.yaml

+5-3
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
cd Projects || exit
109109
git clone https://github.com/MadLadSquad/UImGuiDemo.git --recursive
110110
cd ../UVKBuildTool/build || exit
111-
./UVKBuildTool --generate ../../UImGuiDemo
111+
./UVKBuildTool --generate ../../UImGuiDemo/
112112
cd ../../ || exit
113113
- name: Create plugin
114114
shell: bash
@@ -137,8 +137,10 @@ jobs:
137137
run: |
138138
cd Projects || exit
139139
git clone https://github.com/MadLadSquad/UImGuiDemo.git --recursive
140+
ls
141+
ls UImGuiDemo/
140142
cd ../UVKBuildTool/build || exit
141-
./UVKBuildTool --generate ../../UImGuiDemo
143+
./UVKBuildTool --generate ../../UImGuiDemo/
142144
cd ../../ || exit
143145
- name: Create plugin
144146
shell: bash
@@ -166,7 +168,7 @@ jobs:
166168
cd Projects || exit
167169
git clone https://github.com/MadLadSquad/UImGuiDemo.git --recursive
168170
cd ../UVKBuildTool/build || exit
169-
./UVKBuildTool.exe --generate ../../UImGuiDemo
171+
./UVKBuildTool.exe --generate ../../UImGuiDemo/
170172
cd ../../ || exit
171173
- name: Create plugin
172174
shell: bash

0 commit comments

Comments
 (0)