Skip to content

Commit

Permalink
ci: fix combine pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed May 14, 2024
1 parent c4f23f0 commit fc23023
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
uses: actions/upload-artifact/merge@v4
with:
name: hostd-release-assets-combined
pattern: *.zip

dispatch-homebrew: # only runs on full releases
if: startsWith(github.ref, 'refs/tags/v') && !contains(github.ref, '-')
needs: [ docker, build-linux, build-mac, build-windows ]
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/publish_testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,5 +199,4 @@ jobs:
- name: Merge Artifacts
uses: actions/upload-artifact/merge@v4
with:
name: hostd-release-assets-combined
pattern: *.zip
name: hostd-release-assets-combined

0 comments on commit fc23023

Please sign in to comment.