Skip to content

Commit

Permalink
json
Browse files Browse the repository at this point in the history
  • Loading branch information
penalosa committed Oct 3, 2024
1 parent 5c2836e commit fd031f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/prereleases/2-build-pack-upload.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ async function uploadPackageArtifact(pkg, artifactPath) {
pkgs.forEach(setPackage);

for (const pkg of pkgs) {
if (pkg.json.type === "extension") {
if (pkg.json["workers-sdk"].type === "extension") {
const path = path.join(
pkg.path,
`${pkg.json.name}-${pkg.json.version}.vsix`
Expand Down

0 comments on commit fd031f6

Please sign in to comment.