Skip to content

Commit 904df3c

Browse files
committed
Merge remote-tracking branch 'origin/pull/392'
* origin/pull/392: build.yml: download artifacts using a wildcard
2 parents 53e074d + 413be8c commit 904df3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Download workflow artifacts
5858
uses: actions/download-artifact@v4
5959
with:
60-
name: sbctl-binaries-${{ matrix.GOOS }}-${{ matrix.GOARCH }}
60+
name: '**'
6161
merge-multiple: true
6262
- name: Upload release artifacts
6363
run: gh release upload "$GITHUB_REF_NAME" sbctl-*

0 commit comments

Comments
 (0)