Skip to content

Commit d54bd66

Browse files
committed
Correct missed ext remove
1 parent c8c0da7 commit d54bd66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-ctest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ jobs:
250250
uses: actions/upload-artifact@v4
251251
with:
252252
name: msi-vs2022_cl-binary
253-
path: ${{ runner.workspace }}/buildmsi/${{ steps.set-file-base.outputs.FILE_BASE }}-win-vs2022_cl.msi.zip
253+
path: ${{ runner.workspace }}/buildmsi/${{ steps.set-file-base.outputs.FILE_BASE }}-win-vs2022_cl.msi
254254
if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn`
255255

256256
build_and_test_linux:

0 commit comments

Comments
 (0)