Commit e4f5148
authored
Fix
## Summary
The vsix publish jobs failed with `ENOENT` in the last release.
`actions/upload-artifact@v4` strips the path prefix up to the first
wildcard segment, so `packages/vscode-graphql*/*.vsix` only preserves
`vscode-graphql*/<file>` in the artifact — but the publish script looks
under `vsix/packages/<pkg>/`. Setting the download `path` to
`vsix/packages` lines things back up.
A patch changeset re-bumps the three VSCode extensions so the next
release exercises the publish path.
Failed run: https://github.com/graphql/graphiql/actions/runs/25878625719
## Test plan
Only exercisable by a real release. The previous run's `attach` step
succeeded, so `0.13.4` / `1.3.10` / `0.3.4` can still be manually
uploaded from the GitHub Release `.vsix` assets via `vsce publish` and
`ovsx publish` if those versions are wanted on the marketplaces.vsix download path in publish job (#4267)1 parent 1e608ea commit e4f5148
2 files changed
Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
112 | 117 | | |
113 | 118 | | |
114 | 119 | | |
| |||
0 commit comments