Skip to content

Commit

Permalink
move echo
Browse files Browse the repository at this point in the history
  • Loading branch information
pifopi committed Jan 2, 2024
1 parent 3c958de commit 4002fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp-ci-serial-programs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
robocopy Packages/PABotBase/PABotBase-Switch Output/PABotBase /s
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
robocopy Arduino-Source/SerialPrograms/bin/Release Output/Binaries SerialPrograms.exe
echo https://github.com/${{github.repository}}/commit/${{github.sha}} > Output/version.txt
write-host "Robocopy exited with exit code:" $lastexitcode
if ($lastexitcode -eq 1)
{
Expand All @@ -73,7 +74,6 @@ jobs:
{
exit 1
}
echo https://github.com/${{github.repository}}/commit/${{github.sha}} > Output/version.txt
- uses: actions/upload-artifact@v4
if: startsWith(matrix.os, 'windows')
with:
Expand Down

0 comments on commit 4002fc3

Please sign in to comment.