Skip to content

Commit bb2d90e

Browse files
committed
fix collect script
1 parent 227dd9e commit bb2d90e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
buildPreset: "Windows-Release"
4545
configurePresetAdditionalArgs: "['-DCMAKE_C_COMPILER_LAUNCHER=ccache', '-DCMAKE_CXX_COMPILER_LAUNCHER=ccache']"
4646
- name: Collect unit test artifacts
47-
run: mkdir -p .build/Windows/output && cp .build/Windows/output/**/*.test.exe .build/Windows/output/ || true
47+
run: mkdir -p .build/Windows/output && cp .build/Windows/**/*.test.exe .build/Windows/output/ || true
4848
- name: Upload unit test artifacts
4949
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5050
with:

0 commit comments

Comments
 (0)