diff --git a/cmd/ipfs/.gobuilder.yml b/cmd/ipfs/.gobuilder.yml index 1dca379e6..8e68ae1f1 100644 --- a/cmd/ipfs/.gobuilder.yml +++ b/cmd/ipfs/.gobuilder.yml @@ -5,6 +5,6 @@ build_matrix: build_tags: - nofuse artifacts: - - dist/README.md - - dist/LICENSE - - dist/install.sh + README.md: dist/README.md + LICENSE: dist/LICENSE + install.sh: dist/install.sh