File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108
108
uses : actions/upload-artifact@v4
109
109
with :
110
110
name : dist
111
- path : dist/*.whl
111
+ path : dist/
112
112
retention-days : 20
113
113
114
114
- name : Test
@@ -158,7 +158,7 @@ jobs:
158
158
# uses: actions/upload-artifact@v4
159
159
# with:
160
160
# name: dist
161
- # path: dist/*.whl
161
+ # path: dist/
162
162
# retention-days: 20
163
163
164
164
# - name: Test
@@ -207,7 +207,7 @@ jobs:
207
207
uses : actions/upload-artifact@v4
208
208
with :
209
209
name : dist
210
- path : dist/*.whl
210
+ path : dist/
211
211
retention-days : 20
212
212
213
213
- name : Test
@@ -265,7 +265,7 @@ jobs:
265
265
uses : actions/upload-artifact@v4
266
266
with :
267
267
name : dist
268
- path : dist/*.whl
268
+ path : dist/
269
269
retention-days : 20
270
270
271
271
- name : Test
You can’t perform that action at this time.
0 commit comments