Skip to content

Commit 699eafb

Browse files
committed
fix copy of dll files from CI
1 parent b517045 commit 699eafb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/cpp-ci-serial-programs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: |
5050
robocopy Packages/SerialPrograms/Resources Output/Resources /s
5151
robocopy Packages/PABotBase/PABotBase-Switch Output/PABotBase /s
52-
robocopy Arduino-Source/SerialPrograms/bin Output/Binaries dpp.dll libcrypto-1_1-x64.dll libsodium.dll libssl-1_1-x64.dll opencv_world460.dll opus.dll Sleepy.dll tesseractPA.dll zlib1.dll
52+
robocopy Arduino-Source/SerialPrograms/bin Output/Binaries *.dll
5353
robocopy Arduino-Source/SerialPrograms/bin/Release Output/Binaries SerialPrograms.exe
5454
echo https://github.com/${{github.repository}}/commit/${{github.sha}} > Output/version.txt
5555
write-host "Robocopy exited with exit code:" $lastexitcode

vcpkg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit ef7dbf94b9198bc58f45951adcf1f041fcbc5ea0

0 commit comments

Comments
 (0)