File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments