From 105e68f0361f4acce283100c56761cf57ef65ded Mon Sep 17 00:00:00 2001 From: Tam Nguyen Duc <1218621+tamnd@users.noreply.github.com> Date: Fri, 19 Jun 2026 23:16:37 +0700 Subject: [PATCH] Push the scoop manifest into the bucket directory (#52) Without a directory the scoop manifest landed at the repository root, while the seeded manifests and the path scoop reads live under bucket/. A scoop install would keep resolving the stale root-shadowed manifest. Set directory: bucket so the release overwrites bucket/.json, the same place the manifest is served from. --- .goreleaser.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 0b3d387..0b0689c 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -169,6 +169,7 @@ scoops: owner: tamnd name: scoop-bucket token: '{{ .Env.SCOOP_BUCKET_GITHUB_TOKEN }}' + directory: bucket homepage: https://github.com/tamnd/kage description: Clone any website for offline viewing, with the JavaScript stripped out license: MIT