Skip to content

Commit

Permalink
hot-fix | fix release download artifacts path
Browse files Browse the repository at this point in the history
  • Loading branch information
edutomesco committed Sep 26, 2024
1 parent 2481612 commit e44b347
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/release_zip/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ runs:
- name: Download lib
uses: actions/download-artifact@v4
with:
path: ${{ inputs.artifact }}
pattern: ${{ inputs.artifact }}*
merge-multiple: true
- name: Compress
Expand Down

0 comments on commit e44b347

Please sign in to comment.