1 parent e8eb95d commit 1bd08dfCopy full SHA for 1bd08df
1 file changed
.github/workflows/build.yml
@@ -92,5 +92,8 @@ jobs:
92
uses: actions/upload-artifact@v4
93
with:
94
name: vector-release
95
-
+ path: |
96
+ out/*.zip
97
+ **/build/outputs/**/*.zip
98
+ !**/*native-debug-symbols.zip
99
if-no-files-found: error
0 commit comments