File tree 2 files changed +7
-17
lines changed
2 files changed +7
-17
lines changed Original file line number Diff line number Diff line change @@ -271,17 +271,12 @@ jobs:
271
271
tar -czvf ${CPACK_PACKAGE} *
272
272
popd
273
273
274
- - name : Download manifest
274
+ - name : Download manifest and wheels
275
275
uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
276
276
with :
277
- name : manifest_${{ matrix.build-type }}
277
+ pattern : ' {${{ env.GENAI_WHEELS_ARTIFACT_NAME }}, manifest_${{ matrix.build-type }}} '
278
278
path : ${{ github.workspace }}
279
-
280
- - name : Download genai wheels
281
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
282
- with :
283
- name : ${{ env.GENAI_WHEELS_ARTIFACT_NAME }}
284
- path : ${{ env.WHEEL_PACKAGE }}
279
+ merge-multiple : true
285
280
286
281
- name : Store ${{ matrix.build_type }} artifacts to a shared drive
287
282
id : store_artifacts
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ jobs:
162
162
163
163
- name : Pack Artifacts
164
164
run : |
165
- $file=Get-ChildItem -Path "${{ GENAI_INSTALL_DIR }}"
165
+ $file=Get-ChildItem -Path "${{ env. GENAI_INSTALL_DIR }}"
166
166
$compress = @{
167
167
Path = $file
168
168
CompressionLevel = "Optimal"
@@ -349,17 +349,12 @@ jobs:
349
349
tar -czvf ${CPACK_PACKAGE} *
350
350
popd
351
351
352
- - name : Download manifest
352
+ - name : Download manifest and wheels
353
353
uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
354
354
with :
355
- name : manifest_${{ matrix.build-type }}
355
+ pattern : ' {${{ env.GENAI_WHEELS_ARTIFACT_NAME }}, manifest_${{ matrix.build-type }}} '
356
356
path : ${{ github.workspace }}
357
-
358
- - name : Download genai wheels
359
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
360
- with :
361
- name : ${{ env.GENAI_WHEELS_ARTIFACT_NAME }}
362
- path : ${{ env.WHEEL_PACKAGE }}
357
+ merge-multiple : true
363
358
364
359
- name : Store ${{ matrix.build_type }} artifacts to a shared drive
365
360
id : store_artifacts
You can’t perform that action at this time.
0 commit comments