1
0
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:
Carlos A Becker 2021-10-13 00:10:07 -03:00
parent d6724cf624
commit d5638991c8
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940
11 changed files with 45 additions and 45 deletions

View File

@ -42,7 +42,7 @@ food = {
{{- if ne $element.OS "windows"}}
executable = true
{{- end }}
}
},
{{- end }}
}
},

View File

@ -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",
}
},
}
},
}

View File

@ -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
}
},
}
},
}

View File

@ -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",
}
},
}
},
}

View File

@ -18,7 +18,7 @@ food = {
path = "name",
installpath = "bin/name",
executable = true
}
},
}
},
}

View File

@ -18,7 +18,7 @@ food = {
path = "name",
installpath = "bin/name",
executable = true
}
},
}
},
}

View File

@ -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
}
},
}
},
}

View File

@ -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
}
},
}
},
}

View File

@ -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
}
},
}
},
}

View File

@ -18,7 +18,7 @@ food = {
path = "foo",
installpath = "bin/foo",
executable = true
}
},
}
},
}

View File

@ -18,7 +18,7 @@ food = {
path = "unibin",
installpath = "bin/unibin",
executable = true
}
},
}
},
{
@ -31,7 +31,7 @@ food = {
path = "unibin",
installpath = "bin/unibin",
executable = true
}
},
}
},
}