Skip to content

Commit e61adba

Browse files
authored
chore(hadron-build): all assets need to be uploaded to download center (#3343)
fix(hadron-build): all assets need to be uploaded to download center
1 parent d339904 commit e61adba

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/hadron-build/commands/upload.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,6 @@ async function uploadAssetsToDownloadCenter(assets, channel, dryRun) {
217217
const assetsToUpload = assets
218218
.flatMap((item) => {
219219
return item.assets;
220-
})
221-
.filter(({ downloadCenter }) => {
222-
return downloadCenter;
223220
});
224221

225222
cli.info('Uploading assets to download center…');

0 commit comments

Comments
 (0)