Fix command name

sleep-stdin-bug
Anton Medvedev 2 years ago
parent 64349cb97c
commit 06f75b062e

@ -10,7 +10,7 @@ let goarch = [
let name = (GOOS, GOARCH) => `fx_${GOOS}_${GOARCH}` + (GOOS === 'windows' ? '.exe' : '')
await $`go mod downloads`
await $`go mod download`
await Promise.all(
goos.flatMap(GOOS =>

Loading…
Cancel
Save