Skip to content

Commit 5f27497

Browse files
committed
Fix Coverity warnings
Signed-off-by: Raul Metsma <[email protected]>
1 parent 1cab9e2 commit 5f27497

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cmake-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ jobs:
7979
with:
8080
name: web-eid-app-windows-build-${{matrix.arch}}-${{github.run_number}}
8181
path: |
82-
build/src/app/*.msi
83-
build/src/app/*.exe
82+
build/src/*/*.msi
83+
build/src/*/*.exe
8484
build/**/*.pdb

0 commit comments

Comments
 (0)