From 493097e7110830d2184ae96c833bf24553945c31 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Tue, 12 Mar 2024 08:15:14 +0100 Subject: Remove trailing rsync stuff --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4c5c880..e85e0f5 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ build: prepare cargo build --profile $(profile) --target $(target) release: rpm tar - rsync -avz $(app_name)-$(target)-$(channel).tar.gz deploy@build.r.bdr.sh:/srv/http/build.r.bdr.sh/$(app_name) target/$(target)/$(profile)/$(app_name)/$(app_name)-$(target)-$(channel).tar.gz + rsync -avz $(app_name)-$(target)-$(channel).tar.gz deploy@build.r.bdr.sh:/srv/http/build.r.bdr.sh/$(app_name) $(architectures): ifneq ($(channel),) -- cgit