File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 79
79
- name : Artifactize compiled-python wheels
80
80
uses : actions/upload-artifact@v4
81
81
with :
82
- name : ${{ env.MAPEL_EL_ARTS }}
82
+ name : ${{ env.MAPEL_EL_ARTS }}-${{ matrix.os }}
83
83
path : ${{ env.WHL_HOUSE }}
84
84
85
85
publish :
@@ -90,16 +90,17 @@ jobs:
90
90
- uses : actions/download-artifact@v4.1.7
91
91
with :
92
92
path : ${{ env.WHL_HOUSE }}
93
+ merge-multiple : true
93
94
- name : Display structure of downloaded files
94
95
run : ls -R
95
96
working-directory : ${{ env.WHL_HOUSE }}
96
- - name : Prepare the distrib directory
97
- run : |
98
- mv $MAPEL_EL_ARTS/* .
99
- mv $MAPEL_REST_ARTS/* .
100
- rm -r $MAPEL_EL_ARTS
101
- rm -r $MAPEL_REST_ARTS
102
- working-directory : ${{ env.WHL_HOUSE }}
97
+ # - name: Prepare the distrib directory
98
+ # run: |
99
+ # mv $MAPEL_EL_ARTS/* .
100
+ # mv $MAPEL_REST_ARTS/* .
101
+ # rm -r $MAPEL_EL_ARTS
102
+ # rm -r $MAPEL_REST_ARTS
103
+ # working-directory: ${{ env.WHL_HOUSE }}
103
104
- name : Display all artifacts
104
105
run : ls -R
105
106
working-directory : ${{ env.WHL_HOUSE }}
You can’t perform that action at this time.
0 commit comments