Commit 70e8a2b
Type
Review feedback: `is_string:` is deprecated. `type: Array` replaces both
it and most of the `verify_block`, and fastlane converts a String into
an array for us, so a single path still works — it splits on commas,
which means a path containing one would be read as two.
---
Generated with the help of Claude Code, https://claude.ai/code
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>artifact_path as an Array1 parent fd9fe78 commit 70e8a2b
2 files changed
Lines changed: 4 additions & 7 deletions
File tree
- lib/fastlane/plugin/wpmreleasetoolkit/actions/macos
- spec
Lines changed: 3 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
| 117 | + | |
121 | 118 | | |
122 | 119 | | |
123 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
| 232 | + | |
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
| |||
0 commit comments