You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This patch fixes a wrong path in publish CI job. Turned out the
artifacts are downloaded to `./<artifact-name>/<artifact>` and not in
`./<artifact>` as it's been expected. Thus, the artifact has been
downloaded in the unexpected directory.
Let's rename the artifact name to `tarantool-vscode` for the job to
seek in the same directory name as the `.vsix` name.
0 commit comments