File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ stages:
182
182
- script : " pip install ./src/api/python/wheelhouse/*.whl && python - <src/api/python/z3test.py z3 && python - <src/api/python/z3test.py z3num"
183
183
- task : CopyFiles@2
184
184
inputs :
185
- sourceFolder : dist
185
+ sourceFolder : wheelhouse
186
186
contents : ' *.zip'
187
187
targetFolder : $(Build.ArtifactStagingDirectory)
188
188
- task : PublishPipelineArtifact@0
@@ -212,7 +212,7 @@ stages:
212
212
- script : " cd src/api/python && CC=aarch64-none-linux-gnu-gcc CXX=aarch64-none-linux-gnu-g++ AR=aarch64-none-linux-gnu-ar LD=aarch64-none-linux-gnu-ld python -m build && AUDITWHEEL_PLAT= auditwheel repair --best-plat dist/*.whl && cd ../../.."
213
213
- task : CopyFiles@2
214
214
inputs :
215
- sourceFolder : dist
215
+ sourceFolder : wheelhouse
216
216
contents : ' *.zip'
217
217
targetFolder : $(Build.ArtifactStagingDirectory)
218
218
- task : PublishPipelineArtifact@0
You can’t perform that action at this time.
0 commit comments