Commit 0b8ea04
fix(release): correct artifact paths, add upload guard, dispatch to both taps
- Fix upload-assets paths: remove stale /dist/ subdir that upload-artifact@v7
never creates (root cause of the v2.0.1 zero-asset release)
- Add explicit pre-upload file existence check that exits non-zero and dumps
the artifact tree if any expected file is missing
- Add fail_on_unmatched_files: true to softprops/action-gh-release so glob
misses are hard failures rather than silent no-ops
- Expand notify-homebrew to dispatch to both homebrew-amber_cli (underscore)
and homebrew-amber-cli (hyphen) taps
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent c8b0eeb commit 0b8ea04
1 file changed
Lines changed: 32 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
106 | 123 | | |
107 | 124 | | |
108 | 125 | | |
109 | 126 | | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
114 | 131 | | |
| 132 | + | |
115 | 133 | | |
116 | 134 | | |
117 | 135 | | |
| |||
120 | 138 | | |
121 | 139 | | |
122 | 140 | | |
123 | | - | |
| 141 | + | |
124 | 142 | | |
125 | | - | |
| 143 | + | |
126 | 144 | | |
127 | 145 | | |
128 | 146 | | |
129 | 147 | | |
130 | 148 | | |
131 | 149 | | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
0 commit comments