Skip to content

Commit f3fbd34

Browse files
committed
fix artifact name
1 parent 928126d commit f3fbd34

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/paddle_wheel.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,9 @@ jobs:
155155
- name: Retrieve release distributions
156156
uses: actions/download-artifact@v6
157157
with:
158-
name: artifacts
158+
pattern: paddlecodec-wheel-linux-*
159159
path: dist/
160+
merge-multiple: true
160161

161162
- name: Publish release distributions to PyPI
162163
uses: pypa/gh-action-pypi-publish@release/v1
@@ -172,8 +173,9 @@ jobs:
172173
steps:
173174
- uses: actions/download-artifact@v6
174175
with:
175-
name: artifacts
176+
pattern: paddlecodec-wheel-linux-*
176177
path: dist/
178+
merge-multiple: true
177179
- name: Get tag name
178180
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
179181
- name: Publish to GitHub

0 commit comments

Comments
 (0)