Skip to content

Commit 78e3713

Browse files
committed
Don't upload non-signed macos builds to release
1 parent 7d63568 commit 78e3713

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,5 +253,5 @@ jobs:
253253
with:
254254
files: |
255255
artifacts/**/*.zip
256-
artifacts/**/*.tar.gz
256+
artifacts/package-ubuntu-*/*.tar.gz
257257
artifacts/**/*.deb

0 commit comments

Comments
 (0)