Skip to content

Commit 046249a

Browse files
committed
fix: only upload archives, not raw binaries
1 parent ec7bdab commit 046249a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ jobs:
5555
- uses: actions/upload-artifact@v4
5656
with:
5757
name: strix-${{ matrix.target }}
58-
path: dist/release/*
58+
path: |
59+
dist/release/*.tar.gz
60+
dist/release/*.zip
5961
if-no-files-found: error
6062

6163
test-install:

0 commit comments

Comments
 (0)