mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-24 04:16:27 +02:00
705f66d258
Since #1110 the artifacts are passed by reference, causing the previous code to edit the Artifact in place, _and_ add it to the list. Fixes: #1133