1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00
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
..
2021-12-21 00:34:40 -03:00
2021-04-25 14:20:49 -03:00
2021-04-25 14:20:49 -03:00
2022-02-05 16:00:49 -03:00
2021-09-22 01:21:33 -03:00
2022-01-02 22:14:33 -03:00
2022-02-24 22:57:51 -03:00