File tree 1 file changed +12
-8
lines changed
1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120
120
- uses : actions/upload-artifact@v3
121
121
with :
122
122
path : ./wheelhouse/*.whl
123
- name : lxml- wheels
123
+ name : wheels-${{ matrix.os }}
124
124
125
125
upload_release_assets :
126
126
name : Upload Release Assets
@@ -133,16 +133,20 @@ jobs:
133
133
134
134
steps :
135
135
- name : Download bdist files
136
- id : download_artifact
137
- uses : actions/download-artifact@v4
136
+ uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
138
137
with :
139
- name : lxml-wheels
140
- path : ~/downloads
138
+ path : ./bdist_downloads
139
+ merge-multiple : true
141
140
142
141
- name : List downloaded artifacts
143
- run : ls -la ~/downloads
142
+ run : ls -la ./bdist_downloads
143
+
144
+ - uses : actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
145
+ with :
146
+ path : ./bdist_downloads/*.whl
147
+ name : wheels
144
148
145
149
- name : Release
146
- uses : softprops/action-gh-release@v2
150
+ uses : softprops/action-gh-release@v1
147
151
with :
148
- files : ~/downloads /*.whl
152
+ files : ./bdist_downloads /*.whl
You can’t perform that action at this time.
0 commit comments