Skip to content

Commit 6f84d47

Browse files
committed
Fix asset verification to match actual electron-forge naming (alifullstack lowercase)
1 parent 5ba443d commit 6f84d47

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

scripts/verify-release-assets.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,12 @@ async function verifyReleaseAssets() {
164164
};
165165

166166
const expectedAssets = [
167-
`AliFullStack-${normalizeVersionForPlatform(version, "rpm")}-1.x86_64.rpm`,
168-
`AliFullStack-${normalizeVersionForPlatform(version, "nupkg")}-full.nupkg`,
169-
`AliFullStack-${version}.Setup.exe`,
170-
`AliFullStack-darwin-arm64-${version}.zip`,
171-
`AliFullStack-darwin-x64-${version}.zip`,
172-
`AliFullStack_${normalizeVersionForPlatform(version, "deb")}_amd64.deb`,
167+
`alifullstack-${normalizeVersionForPlatform(version, "rpm")}-1.x86_64.rpm`,
168+
`alifullstack-${normalizeVersionForPlatform(version, "nupkg")}-full.nupkg`,
169+
`alifullstack-${version}.Setup.exe`,
170+
`alifullstack-darwin-arm64-${version}.zip`,
171+
`alifullstack-darwin-x64-${version}.zip`,
172+
`alifullstack_${normalizeVersionForPlatform(version, "deb")}_amd64.deb`,
173173
"RELEASES",
174174
];
175175

0 commit comments

Comments
 (0)