Skip to content

Commit 592eb01

Browse files
ci: correct artifacts names
1 parent 4aa8209 commit 592eb01

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build-wheels.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,6 @@ jobs:
7777
uses: actions/upload-artifact@v4
7878
with:
7979
name: slicer_layer_md-${{ inputs.build-target }}
80-
path: wheelhouse/slicer_layer_md-*.whl
81-
wheelhouse/slicer_layer_md_sdk-*.whl
80+
path: |
81+
wheelhouse/slicer_layer_dm-*.whl
82+
wheelhouse/slicer_layer_dm_sdk-*.whl

0 commit comments

Comments
 (0)