chore: publish from staged

This commit is contained in:
github-actions[bot]
2026-06-24 02:08:50 +00:00
parent 2edf7ba560
commit bbb9295b63
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,
"/"
)}`;