1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-09 13:36:56 +02:00

docs: improve wording on archive

This commit is contained in:
Carlos A Becker 2022-08-07 12:24:11 -03:00
parent 677539032a
commit 6708031ae5
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -48,9 +48,9 @@ archives:
darwin: macOS
linux: Tux
# Set to true, if you want all files in the archive to be in a single directory.
# Set this to true if you want all files in the archive to be in a single directory.
# If set to true and you extract the archive 'goreleaser_Linux_arm64.tar.gz',
# you get a folder 'goreleaser_Linux_arm64'.
# you'll get a folder 'goreleaser_Linux_arm64'.
# If set to false, all files are extracted separately.
# You can also set it to a custom folder name (templating is supported).
# Default is false.