Skip to content

Commit 3ecb586

Browse files
committed
Merge remote-tracking branch 'origin/main' into 1.33-releases
2 parents 384d6ce + d4e8efc commit 3ecb586

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

THIRD-PARTY-NOTICES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The following third-party software is used by and included in **compass**.
2-
This document was automatically generated on Thu Aug 11 2022.
2+
This document was automatically generated on Fri Aug 12 2022.
33

44
## List of dependencies
55

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)