Commit ab45975
Fix Linux artifact upload paths to match actual JUCE output layout
JUCE places Linux build output under
build/plugins/<name>/<name>_artefacts/Release/{VST3,LV2,Standalone}/
The upload globs were missing the plugins/<name>/ and Release/ layers,
so no files were ever found. Switched to build/**/Release/ globs which
match regardless of the intermediate plugin subdirectory.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 70cb13e commit ab45975
2 files changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
194 | | - | |
195 | | - | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
165 | | - | |
166 | | - | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| |||
0 commit comments