Skip to content

Commit 8a98c99

Browse files
committed
release: upload only archives and checksums
1 parent 59d54c7 commit 8a98c99

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@ jobs:
5353
uses: actions/upload-artifact@v4
5454
with:
5555
name: dist-${{ matrix.target }}
56-
path: dist/*
56+
path: |
57+
dist/*.tar.gz
58+
dist/*.zip
59+
dist/*.sha256
5760
if-no-files-found: error
5861

5962
publish:

0 commit comments

Comments
 (0)