We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 473818d commit 6d97ae1Copy full SHA for 6d97ae1
1 file changed
.github/workflows/cmake-multi-platform.yml
@@ -92,4 +92,4 @@ jobs:
92
name: vulkan_splatting-${{ matrix.os }}-${{ matrix.c_compiler }}-${{ matrix.build_type }}
93
path: |
94
${{ steps.strings.outputs.build-output-dir }}/apps/viewer/vulkan_splatting_viewer
95
- ${{ steps.strings.outputs.build-output-dir }}/apps/viewer/vulkan_splatting_viewer.exe
+ ${{ steps.strings.outputs.build-output-dir }}/apps/viewer/Release/vulkan_splatting_viewer.exe
0 commit comments