chore: publish from staged

This commit is contained in:
github-actions[bot]
2026-06-24 02:08:52 +00:00
parent 2716f6f5e5
commit 29a6748127
4 changed files with 34 additions and 3 deletions
+1 -1
View File
@@ -1018,7 +1018,7 @@ function generateCanvasManifest(gitDates, commitSha) {
const canvasEntries = canvases.length > 0
? canvases
: [{ id: dir.name, displayName: formatDisplayName(dir.name), description: extensionDescription }];
const installUrl = `https://github.com/github/awesome-copilot/tree/${commitSha}/${relPath.replace(
const installUrl = `https://github.com/github/awesome-copilot/tree/main/${relPath.replace(
/\\/g,
"/"
)}`;