Skip to content

Commit 5e1d917

Browse files
committed
Update windows.yml
1 parent 00f8b8b commit 5e1d917

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/windows.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ jobs:
2020
cmake -S . -B "build/x64" -G "Visual Studio 17 2022" -T ${{ matrix.toolchain }} -A x64 -DCMAKE_BUILD_TYPE:STRING=${{ matrix.config }}
2121
cmake --build ./build/x64
2222
- name: Publish packaged artifacts
23+
if: ${{ matrix.config == 'Release' }}
2324
uses: actions/upload-artifact@v4
2425
with:
25-
name: prism-windows-x64
26-
path: build/x64/Debug/prism.exe
26+
name: prism-windows-x64-${{ matrix.config }}
27+
path: build/x64/Release/prism.exe
2728
- name: Test
2829
continue-on-error: true
2930
run: |

0 commit comments

Comments
 (0)