Skip to content

ci: upload tarball artifact on PR and main builds#1

Closed
Hweinstock wants to merge 1 commit into
mainfrom
ci/upload-tarball
Closed

ci: upload tarball artifact on PR and main builds#1
Hweinstock wants to merge 1 commit into
mainfrom
ci/upload-tarball

Conversation

@Hweinstock
Copy link
Copy Markdown
Owner

Problem

No easy way to download a pre-built tarball from CI. Currently requires manually cloning and running npm run build && npm pack locally.

Solution

Add npm pack + upload-artifact to the existing build-and-test workflow (Node 20.x only). After each PR or main build, a .tgz tarball is available as a downloadable artifact.

Testing

Install from artifact: npm install -g ./aws-agentcore-cli-x.y.z.tgz

@github-actions github-actions Bot added the size/xs PR size: XS label Mar 19, 2026
@Hweinstock Hweinstock closed this Mar 19, 2026
@Hweinstock Hweinstock deleted the ci/upload-tarball branch March 19, 2026 21:39
@Hweinstock Hweinstock restored the ci/upload-tarball branch March 19, 2026 22:07
@Hweinstock Hweinstock reopened this Mar 19, 2026
@github-actions github-actions Bot added size/xs PR size: XS and removed size/xs PR size: XS labels Mar 19, 2026
@Hweinstock Hweinstock closed this Mar 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/xs PR size: XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant