Skip to content

Commit 8a7a36d

Browse files
committed
fix artifact name
1 parent b580d65 commit 8a7a36d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dist-paddle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
- name: Retrieve release distributions
196196
uses: actions/download-artifact@v6
197197
with:
198-
name: release-dists
198+
name: artifacts
199199
path: dist/
200200

201201
- name: Publish release distributions to PyPI
@@ -212,7 +212,7 @@ jobs:
212212
steps:
213213
- uses: actions/download-artifact@v6
214214
with:
215-
name: release-dists
215+
name: artifacts
216216
path: dist/
217217
- name: Get tag name
218218
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)