8 Commits
Author SHA1 Message Date
go0p 0a349a7928 fix(ci): decompress release manifest download
CI / Test and build (push) Canceled after 0s
2026-09-03 13:37:42 +08:00
go0p 921e1a1437 fix(ci): install dependencies in the verify job
verify-public.mjs imports adm-zip; the verify job previously only
checked out the code.
2026-08-18 15:01:20 +08:00
go0p 010f1af16c fix(ci): jq does not allow \` escapes inside strings; quote the program instead 2026-08-18 14:54:59 +08:00
go0p 78b0c6befd ci: rebuild release pipeline around OSS manifest protocol
Replace the broken yarn/Node 18 release workflow (wrong package manager,
missing build/ dir, archived actions) with a manifest-based distribution
flow modeled on yaklang/browser-binaries-mirror:

- scripts/package-release.mjs: package the four variants, emit
  release-entry.json and per-artifact sha256 checksums
- scripts/build-manifest.mjs: merge into a bounded public manifest
  (10 versions) with invariant validation
- scripts/publish-oss.mjs: immutable artifacts (forbid-overwrite,
  one-year cache) and mutable manifest (5-minute cache, checksum
  published second), idempotent via head + sha256 comparison
- scripts/verify-public.mjs: post-publish verification from the public
  endpoint (bytes, headers, zip layout)
- release.yml: pnpm + Node 22, full verify:production, OSS publish,
  GitHub Release, separate public verify job, publish concurrency group
- ci.yml: run verify:production on push/PR
- single-source the extension version in package.json (wxt.config reads)
- document the distribution protocol in README
2026-08-18 14:40:36 +08:00
go0p 905298cbca Enhance release workflow with OSS upload and version tracking 2025-03-04 16:05:14 +08:00
go0p 41267ec7e2 Update release.yml 2025-03-02 15:31:01 +08:00
go0p e2d63a3bbd Update release.yml 2025-03-02 14:54:15 +08:00
go0p f9cfc1b568 add build action 2025-03-02 14:45:30 +08:00