1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-05-17 06:57:40 +08:00

fix: kubo-source.tar.gz on dist.ipfs.io

Closes https://github.com/ipfs/distributions/issues/737
This commit is contained in:
Marcin Rataj
2022-07-08 14:38:13 +02:00
parent 5e9f2df0dd
commit 506ecdf862

View File

@ -12,3 +12,6 @@ GOCC ?= go
go-ipfs-source.tar.gz: distclean
GOCC=$(GOCC) bin/maketarball.sh $@
kubo-source.tar.gz: distclean
GOCC=$(GOCC) bin/maketarball.sh $@