Skip to content

Fix wrong artifact path in CI publish job #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 7, 2025

Conversation

georgiy-belyanin
Copy link
Member

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.

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.
@georgiy-belyanin georgiy-belyanin merged commit 04e2188 into main Apr 7, 2025
2 checks passed
@georgiy-belyanin georgiy-belyanin deleted the fix-ci-publish-wrong-dir branch April 7, 2025 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant