Skip to content

Commit ecabf9a

Browse files
-wip
1 parent 6d5afb4 commit ecabf9a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/build_and_test.yml

+5
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,11 @@ jobs:
113113
with:
114114
name: figcone-examples-${{ matrix.config.os }}-nameof-${{ matrix.use_nameof }}
115115
path: build/
116+
- name: Fix artifacts paths on Windows
117+
if: matrix.config.name == 'Windows'
118+
working-directory: ${{github.workspace}}/build/
119+
shell: sh
120+
run: mv examples_static_refl/Release/* examples_static_refl/ && mv examples/Release/* examples/ || true
116121
- name: Set artifacts execute permissions
117122
if: matrix.config.name == 'Linux'
118123
shell: sh

functional_tests/lunchtoast.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
###
3030
format = Check all formats static reflection demo with %1
31-
command = ../../build/examples/demo_all_static_refl ../../examples/%1
31+
command = ../../build/examples_static_refl/demo_all_static_refl ../../examples/%1
3232
checkOutput = %input
3333

3434
###

0 commit comments

Comments
 (0)