Skip to content

Commit 1bd08df

Browse files
authored
Update build.yml
1 parent e8eb95d commit 1bd08df

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,8 @@ jobs:
9292
uses: actions/upload-artifact@v4
9393
with:
9494
name: vector-release
95-
95+
path: |
96+
out/*.zip
97+
**/build/outputs/**/*.zip
98+
!**/*native-debug-symbols.zip
9699
if-no-files-found: error

0 commit comments

Comments
 (0)