Skip to content

Commit a640c9d

Browse files
committed
fix: outdated goreleaser
1 parent df8aceb commit a640c9d

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
@@ -56,11 +56,11 @@ dockers:
5656
# actually goreleaser should be used to copy the binaries
5757
# -> only the second stage
5858
extra_files:
59-
- stdlib
60-
- go.mod
61-
- go.sum
62-
- go.sum
59+
- ast
6360
- cmd
64-
- interpreter
6561
- parser
6662
- reporting
63+
- runtime
64+
- stdlib
65+
- go.mod
66+
- go.sum

0 commit comments

Comments
 (0)