From: Ruben Beltran del Rio Date: Mon, 11 Mar 2024 22:53:19 +0000 (+0100) Subject: Add CI X-Git-Tag: 7.0.0~28 X-Git-Url: https://git.r.bdr.sh/rbdr/blog/commitdiff_plain/b6798535a5796433d2fe13025b1750dd5353fd01?hp=c4b892b16fb92c7d89eaee0b1588c52c8836216b Add CI --- diff --git a/Makefile b/Makefile index b8c6820..cd18319 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ build: prepare cargo build --profile $(profile) --target $(target) release: - @echo "Releasing $(target) to $(channel)" + @echo "Releasing target/$(target)/$(profile) to $(channel)" $(architectures): $(MAKE) -e target=$@ rpm