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:
100100 - name : Download artifacts
101101 uses : actions/download-artifact@v4
102102 with :
103- pattern : ${{ env.ARTIFACT_PREFIX }}*
104- merge-multiple : true
103+ name : ${{ env.ARTIFACT_PREFIX }}${{ matrix.build.artifact-suffix }}
105104 path : ${{ env.DIST_DIR }}
106105
107106 - name : Import Code-Signing Certificates
Original file line number Diff line number Diff line change @@ -109,8 +109,7 @@ jobs:
109109 - name : Download artifacts
110110 uses : actions/download-artifact@v4
111111 with :
112- pattern : ${{ env.ARTIFACT_PREFIX }}*
113- merge-multiple : true
112+ name : ${{ env.ARTIFACT_PREFIX }}${{ matrix.build.artifact-suffix }}
114113 path : ${{ env.DIST_DIR }}
115114
116115 - name : Import Code-Signing Certificates
You can’t perform that action at this time.
0 commit comments