mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-04-11 11:42:15 +02:00
fix: gofish with multiple binaries
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
parent
d6724cf624
commit
d5638991c8
@ -42,7 +42,7 @@ food = {
|
||||
{{- if ne $element.OS "windows"}}
|
||||
executable = true
|
||||
{{- end }}
|
||||
}
|
||||
},
|
||||
{{- end }}
|
||||
}
|
||||
},
|
||||
|
@ -18,17 +18,17 @@ food = {
|
||||
path = "bin1",
|
||||
installpath = "bin/bin1",
|
||||
executable = true
|
||||
}
|
||||
},
|
||||
{
|
||||
path = "bin2",
|
||||
installpath = "bin/bin2",
|
||||
executable = true
|
||||
}
|
||||
},
|
||||
{
|
||||
path = "bin3",
|
||||
installpath = "bin/bin3",
|
||||
executable = true
|
||||
}
|
||||
},
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -41,17 +41,17 @@ food = {
|
||||
path = "bin1",
|
||||
installpath = "bin/bin1",
|
||||
executable = true
|
||||
}
|
||||
},
|
||||
{
|
||||
path = "bin2",
|
||||
installpath = "bin/bin2",
|
||||
executable = true
|
||||
}
|
||||
},
|
||||
{
|
||||
path = "bin3",
|
||||
installpath = "bin/bin3",
|
||||
executable = true
|
||||
}
|
||||
},
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -64,17 +64,17 @@ food = {
|
||||
path = "bin1",
|
||||
installpath = "bin/bin1",
|
||||
executable = true
|
||||
}
|
||||
},
|
||||
{
|
||||
path = "bin2",
|
||||
installpath = "bin/bin2",
|
||||
executable = true
|
||||
}
|
||||
},
|
||||
{
|
||||
path = "bin3",
|
||||
installpath = "bin/bin3",
|
||||
executable = true
|
||||
}
|
||||
},
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -87,17 +87,17 @@ food = {
|
||||
path = "bin1",
|
||||
installpath = "bin/bin1",
|
||||
executable = true
|
||||
}
|
||||
},
|
||||
{
|
||||
path = "bin2",
|
||||
installpath = "bin/bin2",
|
||||
executable = true
|
||||
}
|
||||
},
|
||||
{
|
||||
path = "bin3",
|
||||
installpath = "bin/bin3",
|
||||
executable = true
|
||||
}
|
||||
},
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -110,17 +110,17 @@ food = {
|
||||
path = "bin1",
|
||||
installpath = "bin/bin1",
|
||||
executable = true
|
||||
}
|
||||
},
|
||||
{
|
||||
path = "bin2",
|
||||
installpath = "bin/bin2",
|
||||
executable = true
|
||||
}
|
||||
},
|
||||
{
|
||||
path = "bin3",
|
||||
installpath = "bin/bin3",
|
||||
executable = true
|
||||
}
|
||||
},
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -132,15 +132,15 @@ food = {
|
||||
{
|
||||
path = "bin1.exe",
|
||||
installpath = "bin\\bin1.exe",
|
||||
}
|
||||
},
|
||||
{
|
||||
path = "bin2.exe",
|
||||
installpath = "bin\\bin2.exe",
|
||||
}
|
||||
},
|
||||
{
|
||||
path = "bin3.exe",
|
||||
installpath = "bin\\bin3.exe",
|
||||
}
|
||||
},
|
||||
}
|
||||
},
|
||||
}
|
||||
|
@ -18,17 +18,17 @@ food = {
|
||||
path = "bin1",
|
||||
installpath = "bin/bin1",
|
||||
executable = true
|
||||
}
|
||||
},
|
||||
{
|
||||
path = "bin2",
|
||||
installpath = "bin/bin2",
|
||||
executable = true
|
||||
}
|
||||
},
|
||||
{
|
||||
path = "bin3",
|
||||
installpath = "bin/bin3",
|
||||
executable = true
|
||||
}
|
||||
},
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -41,17 +41,17 @@ food = {
|
||||
path = "bin1",
|
||||
installpath = "bin/bin1",
|
||||
executable = true
|
||||
}
|
||||
},
|
||||
{
|
||||
path = "bin2",
|
||||
installpath = "bin/bin2",
|
||||
executable = true
|
||||
}
|
||||
},
|
||||
{
|
||||
path = "bin3",
|
||||
installpath = "bin/bin3",
|
||||
executable = true
|
||||
}
|
||||
},
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -64,17 +64,17 @@ food = {
|
||||
path = "bin1",
|
||||
installpath = "bin/bin1",
|
||||
executable = true
|
||||
}
|
||||
},
|
||||
{
|
||||
path = "bin2",
|
||||
installpath = "bin/bin2",
|
||||
executable = true
|
||||
}
|
||||
},
|
||||
{
|
||||
path = "bin3",
|
||||
installpath = "bin/bin3",
|
||||
executable = true
|
||||
}
|
||||
},
|
||||
}
|
||||
},
|
||||
}
|
||||
|
@ -17,15 +17,15 @@ food = {
|
||||
{
|
||||
path = "bin1.exe",
|
||||
installpath = "bin\\bin1.exe",
|
||||
}
|
||||
},
|
||||
{
|
||||
path = "bin2.exe",
|
||||
installpath = "bin\\bin2.exe",
|
||||
}
|
||||
},
|
||||
{
|
||||
path = "bin3.exe",
|
||||
installpath = "bin\\bin3.exe",
|
||||
}
|
||||
},
|
||||
}
|
||||
},
|
||||
}
|
||||
|
@ -18,7 +18,7 @@ food = {
|
||||
path = "name",
|
||||
installpath = "bin/name",
|
||||
executable = true
|
||||
}
|
||||
},
|
||||
}
|
||||
},
|
||||
}
|
||||
|
@ -18,7 +18,7 @@ food = {
|
||||
path = "name",
|
||||
installpath = "bin/name",
|
||||
executable = true
|
||||
}
|
||||
},
|
||||
}
|
||||
},
|
||||
}
|
||||
|
@ -18,7 +18,7 @@ food = {
|
||||
path = "foo",
|
||||
installpath = "bin/foo",
|
||||
executable = true
|
||||
}
|
||||
},
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -31,7 +31,7 @@ food = {
|
||||
path = "foo",
|
||||
installpath = "bin/foo",
|
||||
executable = true
|
||||
}
|
||||
},
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -44,7 +44,7 @@ food = {
|
||||
path = "foo",
|
||||
installpath = "bin/foo",
|
||||
executable = true
|
||||
}
|
||||
},
|
||||
}
|
||||
},
|
||||
}
|
||||
|
@ -18,7 +18,7 @@ food = {
|
||||
path = "foo",
|
||||
installpath = "bin/foo",
|
||||
executable = true
|
||||
}
|
||||
},
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -31,7 +31,7 @@ food = {
|
||||
path = "foo",
|
||||
installpath = "bin/foo",
|
||||
executable = true
|
||||
}
|
||||
},
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -44,7 +44,7 @@ food = {
|
||||
path = "foo",
|
||||
installpath = "bin/foo",
|
||||
executable = true
|
||||
}
|
||||
},
|
||||
}
|
||||
},
|
||||
}
|
||||
|
@ -18,7 +18,7 @@ food = {
|
||||
path = "foo",
|
||||
installpath = "bin/foo",
|
||||
executable = true
|
||||
}
|
||||
},
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -31,7 +31,7 @@ food = {
|
||||
path = "foo",
|
||||
installpath = "bin/foo",
|
||||
executable = true
|
||||
}
|
||||
},
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -44,7 +44,7 @@ food = {
|
||||
path = "foo",
|
||||
installpath = "bin/foo",
|
||||
executable = true
|
||||
}
|
||||
},
|
||||
}
|
||||
},
|
||||
}
|
||||
|
@ -18,7 +18,7 @@ food = {
|
||||
path = "foo",
|
||||
installpath = "bin/foo",
|
||||
executable = true
|
||||
}
|
||||
},
|
||||
}
|
||||
},
|
||||
}
|
||||
|
@ -18,7 +18,7 @@ food = {
|
||||
path = "unibin",
|
||||
installpath = "bin/unibin",
|
||||
executable = true
|
||||
}
|
||||
},
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -31,7 +31,7 @@ food = {
|
||||
path = "unibin",
|
||||
installpath = "bin/unibin",
|
||||
executable = true
|
||||
}
|
||||
},
|
||||
}
|
||||
},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user