Skip to content

Commit 2588934

Browse files
committed
Archive only installers
1 parent 86c9545 commit 2588934

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,11 @@ jobs:
8787
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
8888
with:
8989
name: binary-distribution-${{ matrix.platform }}
90-
path: build/dfetch-*
90+
path: |
91+
build/*.deb
92+
build/*.rpm
93+
build/*.pkg
94+
build/*.msi
9195
9296
test-binary:
9397
name: test binary

0 commit comments

Comments
 (0)