Skip to content

Commit 349f472

Browse files
committed
CI fix
1 parent 78197c3 commit 349f472

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/c-cpp.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161
name: ${{ matrix.target }}-${{ matrix.qt-version }}
6262
if-no-files-found: error
6363
path: |
64-
*.buildinfo
65-
*.changes
66-
*.dsc
67-
*.tar.*
68-
*.deb
64+
../*.buildinfo
65+
../*.changes
66+
../*.dsc
67+
../*.tar.*
68+
../*.deb

0 commit comments

Comments
 (0)