1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-24 04:16:27 +02:00
goreleaser/www/docs/errors/scoop-archive.md
Carlos A Becker d4b570a002
fix: clarify scoop no windows archive errors
closes #3648

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
2022-12-18 16:49:55 -03:00

263 B

Scoop requires a windows archive

The Scoop pipe requires a Windows build and archive.

The archive should not be in binary format.

For instance, this won't work:

archives:
- format: binary

But this would:

archives:
- format: zip