Skip to content

Commit a33f8a3

Browse files
committed
CI fix
1 parent 349f472 commit a33f8a3

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/c-cpp.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,12 @@ jobs:
5656
lintian ../libqgcodeeditor*.deb | lintian-info
5757
5858
- name: Upload artifacts
59-
uses: actions/upload-artifact@v4
59+
run: |
60+
mkdir -p artifacts
61+
cp ../*.buildinfo ../*.changes ../*.dsc ../*.tar.* ../*.deb artifacts/ 2>/dev/null || true
62+
63+
- uses: actions/upload-artifact@v4
6064
with:
6165
name: ${{ matrix.target }}-${{ matrix.qt-version }}
6266
if-no-files-found: error
63-
path: |
64-
../*.buildinfo
65-
../*.changes
66-
../*.dsc
67-
../*.tar.*
68-
../*.deb
67+
path: artifacts

0 commit comments

Comments
 (0)