Skip to content

Commit 7061f13

Browse files
authored
Update build.yml
1 parent d490658 commit 7061f13

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,11 @@ jobs:
135135
echo "Exists at path $filePath"
136136
Copy-Item ggml/LICENSE .\build\bin\Release\ggml.txt
137137
Copy-Item LICENSE .\build\bin\Release\stable-diffusion.cpp.txt
138+
} elseif (Test-Path ".\build\bin\Debug\stable-diffusion.dll") {
139+
$filePath = ".\build\bin\Debug\*"
140+
echo "Exists at path $filePath"
141+
Copy-Item ggml/LICENSE .\build\bin\Debug\ggml.txt
142+
Copy-Item LICENSE .\build\bin\Debug\stable-diffusion.cpp.txt
138143
} elseif (Test-Path ".\build\bin\stable-diffusion.dll") {
139144
$filePath = ".\build\bin\*"
140145
echo "Exists at path $filePath"

0 commit comments

Comments
 (0)