Skip to content

Commit

Permalink
Explicitly include only intended artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitropy committed Jun 24, 2024
1 parent 8f47963 commit 014aec1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
with:
pattern: |
entropy_${{ needs.build.outputs.git_ref_basename }}*
entropy-tss_${{ needs.build.outputs.git_ref_basename }}*
- name: Create release
env:
GH_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit 014aec1

Please sign in to comment.