From: Ruben Beltran del Rio Date: Wed, 13 Mar 2024 08:43:41 +0000 (+0100) Subject: Fix typo dab / deb X-Git-Tag: 7.0.0~3 X-Git-Url: https://git.r.bdr.sh/rbdr/blog/commitdiff_plain/7c6c129b3ac398bfc76f4dac1f371ac9de7215ee?ds=sidebyside Fix typo dab / deb --- diff --git a/Makefile b/Makefile index eba1bda..9ba4d97 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ prepare: build: prepare cargo build --profile $(profile) --target $(target) -release: rpm tar dab +release: rpm tar deb @$(eval filename := $(app_name)-$(target)-$(channel)) $(architectures): @@ -27,7 +27,7 @@ endif deb: build @$(eval filename := $(app_name)-$(target)-$(channel)) cargo deb --profile $(profile) --target $(target) - mv target/$(target)/deb/*.deb $(filename).deb + mv target/$(target)/debian/*.deb $(filename).deb sha256sum $(filename).deb > $(filename).deb.sha256 rsync -avz $(filename).deb deploy@conchos.unlimited.pizza:/srv/http/build.r.bdr.sh/$(app_name) rsync -avz $(filename).deb.sha256 deploy@conchos.unlimited.pizza:/srv/http/build.r.bdr.sh/$(app_name)