File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7070 with :
7171 name : eCan-windows-amd64-${{ inputs.version }}-s3-transfer
7272 path : windows-artifacts
73- if-no-files-found : ignore
7473 continue-on-error : true
7574
7675 - name : Download macOS amd64 artifacts
7978 with :
8079 name : eCan-macos-amd64-${{ inputs.version }}-s3-transfer
8180 path : macos-amd64-artifacts
82- if-no-files-found : ignore
8381 continue-on-error : true
8482
8583 - name : Download macOS aarch64 artifacts
8886 with :
8987 name : eCan-macos-aarch64-${{ inputs.version }}-s3-transfer
9088 path : macos-aarch64-artifacts
91- if-no-files-found : ignore
9289 continue-on-error : true
9390
9491 - name : Merge macOS artifacts
Original file line number Diff line number Diff line change @@ -152,7 +152,6 @@ jobs:
152152 with :
153153 name : eCan-windows-amd64-${{ inputs.version }}-s3-transfer
154154 path : windows-artifacts
155- if-no-files-found : ignore
156155 continue-on-error : true
157156
158157 - name : Download macOS amd64 artifacts
@@ -161,7 +160,6 @@ jobs:
161160 with :
162161 name : eCan-macos-amd64-${{ inputs.version }}-s3-transfer
163162 path : macos-amd64-artifacts
164- if-no-files-found : ignore
165163 continue-on-error : true
166164
167165 - name : Download macOS aarch64 artifacts
@@ -170,7 +168,6 @@ jobs:
170168 with :
171169 name : eCan-macos-aarch64-${{ inputs.version }}-s3-transfer
172170 path : macos-aarch64-artifacts
173- if-no-files-found : ignore
174171 continue-on-error : true
175172
176173 # ------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments