Skip to content

Commit 2e2b5a4

Browse files
committed
fix(ci): use specific glob patterns for release assets
The bin/optidump-* glob also matched .pkg.tar.zst files causing duplicate upload attempts and asset conflict errors.
1 parent 721377c commit 2e2b5a4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ jobs:
9696
uses: softprops/action-gh-release@v2
9797
with:
9898
files: |
99-
bin/optidump-*
99+
bin/optidump-linux-*
100+
bin/optidump-darwin-*
100101
bin/checksums-sha256.txt
101102
bin/*.deb
102103
bin/*.pkg.tar.zst

0 commit comments

Comments
 (0)