Skip to content

Commit d88ddc5

Browse files
committed
fix: extra-files in goreleaser was outdated
1 parent 4c5699a commit d88ddc5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.goreleaser.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,10 @@ dockers:
8787
# actually goreleaser should be used to copy the binaries
8888
# -> only the second stage
8989
extra_files:
90-
- ast
9190
- app
91+
- ast
92+
- info
93+
- langsrv
9294
- parser
9395
- reporting
9496
- runtime

0 commit comments

Comments
 (0)