Commit 67f6b75
fix(ci): use the platform-specific catalog draft path when submitting
The "Submit catalog draft" step was hardcoded to
dist/plugin-release/catalog-draft.json, which only exists for the job
whose PLUGIN_PLATFORM_SUFFIX is empty (previously always windows-x64,
since it was the only job allowed to submit). Now that every platform
submits, non-primary platforms actually write to
catalog-draft-<suffix>.json and the hardcoded path failed with ENOENT.
Use $env:CATALOG_DRAFT_PATH, which the "Generate catalog draft metadata"
step already exports correctly and which "Upload metadata to release"
already relies on.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent cd2c809 commit 67f6b75
1 file changed
Lines changed: 1 addition & 1 deletion
| 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