From dda66df2a02adefc1dbe2e592d4fa870662dcf42 Mon Sep 17 00:00:00 2001 From: IvanCCO Date: Sat, 4 Jul 2026 20:46:24 -0300 Subject: [PATCH 1/2] chore: update artifact path in release configuration - Changed the artifact path from bookmarks-focus.zip to grid-systems-overlay.zip in the .releaserc.json file for improved clarity and accuracy. --- .releaserc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.releaserc.json b/.releaserc.json index 85499b1..753e615 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -15,7 +15,7 @@ { "assets": [ { - "path": "artifacts/bookmarks-focus.zip", + "path": "artifacts/grid-systems-overlay.zip", "label": "Chrome extension zip" } ] From 2b8d15e9ab7ff279a7655e4916957c4d9b13972b Mon Sep 17 00:00:00 2001 From: IvanCCO Date: Sat, 4 Jul 2026 20:47:54 -0300 Subject: [PATCH 2/2] fix: aponta para caminho certo