Commit 64a133d
committed
fix(ci): split artifact uploads and add if-no-files-found handling
Split artifact uploads into separate steps:
- macos-builds-x64/arm64: DMG, blockmap, zip, and yml files
- macos-builds-mas: MAS package (only on arm64 job)
- macos-redisstack-x64/arm64: redisstack artifacts (production only)
Added if-no-files-found: warn to prevent upload failures when
optional artifacts don't exist.1 parent 849d8c6 commit 64a133d
1 file changed
+18
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
129 | 130 | | |
130 | 131 | | |
131 | 132 | | |
132 | 133 | | |
133 | | - | |
134 | 134 | | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
135 | 152 | | |
136 | 153 | | |
137 | 154 | | |
| |||
0 commit comments