Skip to content

Conversation

@NewtonDer
Copy link

Description of changes:
Update Github build workflow for 1.7 to bring it in line with the 1.8 branch.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

run: |
TARBALL="vscode-reh-web-linux-x64-${{ env.VERSION }}.tar.gz"
BUILD_DIR_PATH="${{ steps.find_output.outputs.build_path }}"
TARBALL="sagemaker-code-editor-${{ env.VERSION }}.tar.gz"
Copy link
Author

@NewtonDer NewtonDer Sep 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aakashmandavilli96 The filename change here should work fine, since the only place we reference this exact file name is in the next Step 11 for uploading the tarball. In the release workflow, we do a wildcard search for files matching *.tar.gz, which there should only be one (this sagemaker-code-editor-<version>.tar.gz).

@NewtonDer NewtonDer merged commit 81717ab into aws:1.7 Sep 3, 2025
3 checks passed
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.

2 participants