Skip to content

Commit 931bfad

Browse files
authored
Update ci.yaml
1 parent 3f34567 commit 931bfad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

+3-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 ../../Projects/UImGuiDemo/
112112
cd ../../ || exit
113113
- name: Create plugin
114114
shell: bash
@@ -140,7 +140,7 @@ jobs:
140140
ls
141141
ls UImGuiDemo/
142142
cd ../UVKBuildTool/build || exit
143-
./UVKBuildTool --generate ../../UImGuiDemo/
143+
./UVKBuildTool --generate ../../Projects/UImGuiDemo/
144144
cd ../../ || exit
145145
- name: Create plugin
146146
shell: bash
@@ -168,7 +168,7 @@ jobs:
168168
cd Projects || exit
169169
git clone https://github.com/MadLadSquad/UImGuiDemo.git --recursive
170170
cd ../UVKBuildTool/build || exit
171-
./UVKBuildTool.exe --generate ../../UImGuiDemo/
171+
./UVKBuildTool.exe --generate ../../Projects/UImGuiDemo/
172172
cd ../../ || exit
173173
- name: Create plugin
174174
shell: bash

0 commit comments

Comments
 (0)