Skip to content

Commit

Permalink
chore(ci): specific pattern to download artifacts (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime1907 authored Sep 23, 2024
1 parent b59e010 commit c214b10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ jobs:
steps:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
pattern: ${{ env.BINARY_NAME }}-*

- name: Package
run: |
Expand Down

0 comments on commit c214b10

Please sign in to comment.