Skip to content

Commit

Permalink
fix: extract to directory; no more tarbombs
Browse files Browse the repository at this point in the history
  • Loading branch information
bashbunni committed Mar 7, 2024
1 parent 300e4f2 commit d9874a3
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions goreleaser-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ archives:
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- with .Arm}}v{{ . }}{{ end }}
wrap_in_directory: true
files:
- README*
- LICENSE*
Expand Down
1 change: 1 addition & 0 deletions goreleaser-glow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ archives:
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
wrap_in_directory: true
files:
- README*
- LICENSE*
Expand Down
1 change: 1 addition & 0 deletions goreleaser-mods.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ archives:
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
wrap_in_directory: true
files:
- README*
- LICENSE*
Expand Down
1 change: 1 addition & 0 deletions goreleaser-semi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ archives:
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
wrap_in_directory: true
files:
- README*
- LICENSE*
Expand Down
1 change: 1 addition & 0 deletions goreleaser-simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ archives:
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
wrap_in_directory: true
files:
- README*
- LICENSE*
Expand Down
2 changes: 2 additions & 0 deletions goreleaser-soft-serve.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ archives:
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
# love, not tarbombs <3
wrap_in_directory: true
files:
- README*
- LICENSE*
Expand Down
1 change: 1 addition & 0 deletions goreleaser-vhs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ archives:
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
wrap_in_directory: true
files:
- README*
- LICENSE*
Expand Down
1 change: 1 addition & 0 deletions goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ archives:
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
wrap_in_directory: true

nfpms:
- vendor: charmbracelet
Expand Down

0 comments on commit d9874a3

Please sign in to comment.