File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,11 @@ jobs:
113
113
with :
114
114
name : figcone-examples-${{ matrix.config.os }}-nameof-${{ matrix.use_nameof }}
115
115
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
116
121
- name : Set artifacts execute permissions
117
122
if : matrix.config.name == 'Linux'
118
123
shell : sh
Original file line number Diff line number Diff line change 28
28
29
29
# ##
30
30
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
32
32
checkOutput = %input
33
33
34
34
# ##
You can’t perform that action at this time.
0 commit comments