Skip to content

Commit 7b2561b

Browse files
committed
[ci] Fixing releasing
1 parent 4a80bb2 commit 7b2561b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
uses: actions/upload-artifact@v4
109109
with:
110110
name: dist
111-
path: dist/*.whl
111+
path: dist/
112112
retention-days: 20
113113

114114
- name: Test
@@ -158,7 +158,7 @@ jobs:
158158
# uses: actions/upload-artifact@v4
159159
# with:
160160
# name: dist
161-
# path: dist/*.whl
161+
# path: dist/
162162
# retention-days: 20
163163

164164
# - name: Test
@@ -207,7 +207,7 @@ jobs:
207207
uses: actions/upload-artifact@v4
208208
with:
209209
name: dist
210-
path: dist/*.whl
210+
path: dist/
211211
retention-days: 20
212212

213213
- name: Test
@@ -265,7 +265,7 @@ jobs:
265265
uses: actions/upload-artifact@v4
266266
with:
267267
name: dist
268-
path: dist/*.whl
268+
path: dist/
269269
retention-days: 20
270270

271271
- name: Test

0 commit comments

Comments
 (0)