From a0623f103d4def1e150c24e5fbe33f3b90b291ee Mon Sep 17 00:00:00 2001 From: Adrian Insaurralde Avalos Date: Thu, 1 Feb 2024 08:13:58 -0300 Subject: [PATCH] Github ci: fix moving libpack bin directory failure --- .github/workflows/sub_buildWindows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sub_buildWindows.yml b/.github/workflows/sub_buildWindows.yml index c4fdc21ccf..d2b394aecd 100644 --- a/.github/workflows/sub_buildWindows.yml +++ b/.github/workflows/sub_buildWindows.yml @@ -131,7 +131,7 @@ jobs: . $env:ccachebindir\ccache -s - name: Move libpack bin folder to build folder # Shorter in time than copying with CMake FREECAD_COPY_LIBPACK_BIN_TO_BUILD run: | - Move-Item -Force -Path ${{ env.libpackdir }}bin -Destination ${{ env.builddir }} + Move-Item -Force -Path ${{ env.libpackdir }}bin/* -Destination ${{ env.builddir }}/bin - name: C++ unit tests if: false # Disabled because seems to not function on Windows build timeout-minutes: 1