Skip to content

Commit 6f143c2

Browse files
committed
Don't upload E2E traces (.zip) as release artifacts
1 parent 862de7b commit 6f143c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ jobs:
391391
artifacts/**/*.rpm
392392
artifacts/**/*.exe
393393
artifacts/**/*.msi
394-
artifacts/**/*.zip
394+
artifacts/**/*-macOS-*.zip
395395
draft: false
396396
fail_on_unmatched_files: true
397397
env:

0 commit comments

Comments
 (0)