update dist
All checks were successful
Unit tests / Unit tests (latest) (push) Successful in -1m49s
Unit tests / Unit tests (lts/*) (push) Successful in -1m59s
Unit tests / Unit tests (lts/hydrogen) (push) Successful in -1m59s
Distribution check / Generated files check (push) Successful in -1m48s
NPM Audit Check / Check NPM audit (push) Successful in -2m9s

This commit is contained in:
2025-11-12 11:55:13 -05:00
parent fc87114c36
commit 112afbe142
2 changed files with 2 additions and 2 deletions

2
dist/index.js vendored
View File

@@ -41497,7 +41497,7 @@ async function main() {
body, body,
headers headers
}); });
await distribution.post(`${github.context.serverUrl}/api/v1/packages/${github.context.repo.owner}/arch/${pkg.package}/-/link/${pkg.package}`, { headers }); await distribution.post(`${github.context.serverUrl}/api/v1/packages/${github.context.repo.owner}/arch/${pkg.package}/-/link/${github.context.repo.repo}`, { headers });
} }
await deletePackages(parsedData.move, headers); await deletePackages(parsedData.move, headers);
return; return;

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long