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 227dd9e commit bb2d90eCopy full SHA for bb2d90e
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
buildPreset: "Windows-Release"
45
configurePresetAdditionalArgs: "['-DCMAKE_C_COMPILER_LAUNCHER=ccache', '-DCMAKE_CXX_COMPILER_LAUNCHER=ccache']"
46
- name: Collect unit test artifacts
47
- run: mkdir -p .build/Windows/output && cp .build/Windows/output/**/*.test.exe .build/Windows/output/ || true
+ run: mkdir -p .build/Windows/output && cp .build/Windows/**/*.test.exe .build/Windows/output/ || true
48
- name: Upload unit test artifacts
49
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
50
with:
0 commit comments