Skip to content

Commit

Permalink
build.yml: download artifacts using a wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
pheiduck authored Oct 19, 2024
1 parent 53e074d commit 413be8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Download workflow artifacts
uses: actions/download-artifact@v4
with:
name: sbctl-binaries-${{ matrix.GOOS }}-${{ matrix.GOARCH }}
name: '**'
merge-multiple: true
- name: Upload release artifacts
run: gh release upload "$GITHUB_REF_NAME" sbctl-*
Expand Down

0 comments on commit 413be8c

Please sign in to comment.