1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-06 03:13:48 +02:00
goreleaser/internal/pipe/nfpm
Carlos Alexandro Becker 5828dd8d9b
fix: nfpm globbing multiple times (#2947)
The nfpm pipe was globbing the input list, and then globbing its result
as well. If you add a folder that had a file with, say `[]`, in it, it
would later fail the release upon trying to evaluate that as a glob.

This is probably some faulty nFPM update in which I should have removed
that but didn't.

Either way, this should fix it.

closes #2946
2022-03-01 20:57:12 -03:00
..
testdata fix: nfpm globbing multiple times (#2947) 2022-03-01 20:57:12 -03:00
nfpm_test.go fix: nfpm globbing multiple times (#2947) 2022-03-01 20:57:12 -03:00
nfpm.go fix: nfpm globbing multiple times (#2947) 2022-03-01 20:57:12 -03:00