Skip to content

Commit a931b61

Browse files
authoredApr 9, 2024··
goreleaser: update asset packaging directory (#6353)
Signed-off-by: Nick Santos <nick.santos@docker.com>
1 parent 1bc6fe6 commit a931b61

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎.goreleaser.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,13 @@ archives:
131131
meta: true
132132
files:
133133
- LICENSE
134-
- web/build/**/*
135-
134+
- pkg/assets/build/**/*
135+
136136
checksum:
137137
name_template: 'checksums.txt'
138138
snapshot:
139139
name_template: "{{ .Tag }}-next"
140-
140+
141141
changelog:
142142
sort: asc
143143
use: github
@@ -148,7 +148,7 @@ changelog:
148148
- '^cleanup:'
149149
- '^circleci:'
150150
- '^ci:'
151-
151+
152152
brews:
153153
- repository:
154154
owner: tilt-dev
@@ -163,7 +163,7 @@ brews:
163163
description: "A dev environment as code for microservice apps"
164164
install: |
165165
bin.install "tilt"
166-
166+
167167
# Install bash completion
168168
output = Utils.safe_popen_read("#{bin}/tilt", "completion", "bash")
169169
(bash_completion/"tilt").write output

0 commit comments

Comments
 (0)
Please sign in to comment.