Update build.mjs

This commit is contained in:
Anton Medvedev 2023-09-19 21:52:34 +02:00
parent 81af5e8a23
commit 4226d1eb85
No known key found for this signature in database

View File

@ -24,3 +24,8 @@ await Promise.all(
goos.flatMap(GOOS =>
goarch.map(GOARCH =>
$`gh release upload ${latest} ${name(GOOS, GOARCH)}`)))
await Promise.all(
goos.flatMap(GOOS =>
goarch.map(GOARCH =>
$`rm ${name(GOOS, GOARCH)}`)))