Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pull/392'
Browse files Browse the repository at this point in the history
* origin/pull/392:
  build.yml: download artifacts  using a wildcard
  • Loading branch information
Foxboron committed Oct 28, 2024
2 parents 53e074d + 413be8c commit 904df3c
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 904df3c

Please sign in to comment.