From 470de9222d494cfe77fd38e4c16bd9e36e07b01f Mon Sep 17 00:00:00 2001 From: Juan Batiz-Benet Date: Tue, 28 Jul 2015 05:19:05 -0700 Subject: [PATCH] updated gobuilder dist https://github.com/Luzifer/gobuilder/pull/52 License: MIT Signed-off-by: Juan Batiz-Benet --- cmd/ipfs/.gobuilder.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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