Skip to content

Download only the packages from the CI run - #40

Merged
carsso merged 1 commit into
masterfrom
fix-release-download
Aug 29, 2026
Merged

Download only the packages from the CI run#40
carsso merged 1 commit into
masterfrom
fix-release-download

Conversation

@carsso

@carsso carsso commented Aug 29, 2026

Copy link
Copy Markdown
Member

The 1.0.0 release failed here, so nothing was published — no tag, no packages,
no image. VERSION is still 1.0.0 and no v1.0.0 tag exists, so merging this
runs the release again and it goes out.

error downloading root-gg~wigo~ZK0KFQ.dockerbuild: error extracting zip archive:
zip: not a valid zip file

gh run download took every artifact of the CI run. Since the container
image build landed, docker/build-push-action uploads a build record of its
own, and that one does not extract. The release asked for the packages and was
handed something else alongside them.

Latent since the image was added, and only reachable at release time — the CI
that produces the artifacts is green either way, so nothing before the merge
could have caught it. The last release that worked, v0.75.0, predates the image
build: one artifact, no ambiguity.

gh run download took every artifact, and docker/build-push-action uploads a
build record that does not extract -- "zip: not a valid zip file". The whole
1.0.0 release failed on an artifact it never wanted.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@carsso
carsso enabled auto-merge August 29, 2026 22:05
@carsso
carsso merged commit aa8fe5b into master Aug 29, 2026
2 checks passed
@carsso
carsso deleted the fix-release-download branch August 29, 2026 22:06
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