File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -100,8 +100,7 @@ jobs:
100
100
- name : Download artifacts
101
101
uses : actions/download-artifact@v4
102
102
with :
103
- pattern : ${{ env.ARTIFACT_PREFIX }}*
104
- merge-multiple : true
103
+ name : ${{ env.ARTIFACT_PREFIX }}${{ matrix.build.artifact-suffix }}
105
104
path : ${{ env.DIST_DIR }}
106
105
107
106
- name : Import Code-Signing Certificates
Original file line number Diff line number Diff line change @@ -109,8 +109,7 @@ jobs:
109
109
- name : Download artifacts
110
110
uses : actions/download-artifact@v4
111
111
with :
112
- pattern : ${{ env.ARTIFACT_PREFIX }}*
113
- merge-multiple : true
112
+ name : ${{ env.ARTIFACT_PREFIX }}${{ matrix.build.artifact-suffix }}
114
113
path : ${{ env.DIST_DIR }}
115
114
116
115
- name : Import Code-Signing Certificates
You can’t perform that action at this time.
0 commit comments