We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c0da7 commit d54bd66Copy full SHA for d54bd66
.github/workflows/cmake-ctest.yml
@@ -250,7 +250,7 @@ jobs:
250
uses: actions/upload-artifact@v4
251
with:
252
name: msi-vs2022_cl-binary
253
- path: ${{ runner.workspace }}/buildmsi/${{ steps.set-file-base.outputs.FILE_BASE }}-win-vs2022_cl.msi.zip
+ path: ${{ runner.workspace }}/buildmsi/${{ steps.set-file-base.outputs.FILE_BASE }}-win-vs2022_cl.msi
254
if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn`
255
256
build_and_test_linux:
0 commit comments