Skip to content

Commit 8fcbb83

Browse files
committed
fix ci cd artifacts upload path
1 parent 96259ee commit 8fcbb83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ jobs:
4646
with:
4747
name: ${{ matrix.os }}-${{ matrix.preset }}-package
4848
path: |
49-
build/clang/*.tar.gz
50-
build/clang/*.rpm
51-
build/clang/*.zip
49+
build/*/*.tar.gz
50+
build/*/*.rpm
51+
build/*/*.zip

0 commit comments

Comments
 (0)