Skip to content

fix(setup-publish): download release asset directly#19

Merged
MattSturgeon merged 3 commits intomainfrom
direct-download
Apr 24, 2026
Merged

fix(setup-publish): download release asset directly#19
MattSturgeon merged 3 commits intomainfrom
direct-download

Conversation

@MattSturgeon
Copy link
Copy Markdown
Member

  • ci(publish): include SHA-256 with release assets
  • fix(setup-publish): download release asset directly

Avoid using GitHub's REST API; it isn't accessible to other repos' fine-grained tokens.
Instead, download directly from the CDN URL.

This is also simpler, and allows us to do the download and hash verification in one go.

Since we cannot get digest from the assets REST API, we upload .sha256 files with the release.

Avoid using GitHub's REST API; it isn't accessible to other repos'
fine-grained tokens.

Instead, download directly from the CDN URL.

This is also simpler, and allows us to do the download and hash
verification in one go.
It won't exist until the next release.
@MattSturgeon MattSturgeon enabled auto-merge April 24, 2026 05:26
@MattSturgeon MattSturgeon merged commit 3ce3a85 into main Apr 24, 2026
8 checks passed
@MattSturgeon MattSturgeon deleted the direct-download branch April 24, 2026 05:26
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