From e0fadaecc389fcd2952f392317055e08b16c8e3d Mon Sep 17 00:00:00 2001 From: EmilDohne <86836589+EmilDohne@users.noreply.github.com> Date: Sun, 7 Jul 2024 16:20:56 +0200 Subject: [PATCH] change paths to be windows-style --- .github/workflows/cmake-test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/cmake-test.yml b/.github/workflows/cmake-test.yml index 955f00d..9ea479a 100644 --- a/.github/workflows/cmake-test.yml +++ b/.github/workflows/cmake-test.yml @@ -65,8 +65,7 @@ jobs: - name: Copy Testfiles on Windows if: runner.os == 'Windows' working-directory: ${{github.workspace}}/build/PhotoshopTest - run: | - xcopy "./${{env.BUILD_TYPE}}/documents" "./documents" /E /I + run: xcopy ".\\${{env.BUILD_TYPE}}\\documents" ".\\documents" /E /I - name: Test ${{ matrix.os }}-${{ matrix.compilercxx }} working-directory: ${{github.workspace}}/build/PhotoshopTest