Skip to content

Commit

Permalink
Merge pull request #3084 from wangzhaode/feature/using_upload-artifactv4
Browse files Browse the repository at this point in the history
[MNN:CI] add merge-multiple in download-artifact
  • Loading branch information
wangzhaode authored Nov 14, 2024
2 parents bacbd63 + 17bc7f0 commit 92d69ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mnn_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ jobs:
with:
pattern: artifact-*
path: assert
merge-multiple: true

- name: show file
run: ls assert
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pymnn_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
with:
pattern: artifact-*
path: dist
merge-multiple: true

- uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 92d69ae

Please sign in to comment.