chore: Ensure binaries are downloadable after release (#16735)

This commit is contained in:
Chris Breiding
2021-06-02 10:08:11 -04:00
committed by GitHub
parent 445e57dc1d
commit 97e7a524d4
6 changed files with 100 additions and 3 deletions
+2
View File
@@ -228,6 +228,8 @@ export const moveBinaries = async (args = []) => {
})
}
await uploadUtils.purgeDesktopAppAllPlatforms(releaseOptions.version, zipName)
// return all available information
return { lastBuilds, testRunners }
}