Skip to content

Commit bcb4dd9

Browse files
fix bug of build mac
1 parent 5e7a82f commit bcb4dd9

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/shared-download-links.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ jobs:
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
@@ -79,7 +78,6 @@ jobs:
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
@@ -88,7 +86,6 @@ jobs:
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

.github/workflows/shared-s3-upload.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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
# ------------------------------------------------------------------------

0 commit comments

Comments
 (0)