Skip to content

Commit

Permalink
fix(ci): FIx pattern for actions/download-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Aug 20, 2024
1 parent 4323668 commit ac7bd31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ jobs:
- name: Download all artifacts
uses: actions/download-artifact@v4
with:
pattern: "bindings-${{ inputs.package }}-*"
pattern: bindings-${{ inputs.package }}-**
path: ./packages/${{ inputs.package }}/artifacts

- name: List binaries
Expand Down

0 comments on commit ac7bd31

Please sign in to comment.