Skip to content

Commit c126a8b

Browse files
skedziorclaude
andcommitted
fix: upload glob to match lib-prefixed artifacts on Linux/macOS
Linux/macOS artifacts are prefixed with 'lib' (e.g., libsigner_nif-*). Use *signer_nif-*.tar.gz to match all platforms. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 9803bbe commit c126a8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nif_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ jobs:
5252
uses: softprops/action-gh-release@v2
5353
with:
5454
files: |
55-
signer_nif-*
55+
*signer_nif-*.tar.gz

0 commit comments

Comments
 (0)