diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index ff2156c..2feec7a 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -113,6 +113,11 @@ jobs: with: name: figcone-examples-${{ matrix.config.os }}-nameof-${{ matrix.use_nameof }} path: build/ + - name: Fix artifacts paths on Windows + if: matrix.config.name == 'Windows' + working-directory: ${{github.workspace}}/build/ + shell: sh + run: mv examples_static_refl/Release/* examples_static_refl/ && mv examples/Release/* examples/ || true - name: Set artifacts execute permissions if: matrix.config.name == 'Linux' shell: sh diff --git a/functional_tests/lunchtoast.cfg b/functional_tests/lunchtoast.cfg index b2b3313..c944ad2 100644 --- a/functional_tests/lunchtoast.cfg +++ b/functional_tests/lunchtoast.cfg @@ -28,7 +28,7 @@ ### format = Check all formats static reflection demo with %1 - command = ../../build/examples/demo_all_static_refl ../../examples/%1 + command = ../../build/examples_static_refl/demo_all_static_refl ../../examples/%1 checkOutput = %input ###