From 8f37ab826eed4efcf1dbd883aac03780fa350a46 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Sun, 24 Jul 2022 23:03:06 +0200 Subject: fix: Use wild card to fetch any compression This will make my life easier if I change the compression later. One less place to worry. --- build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.yml') diff --git a/build.yml b/build.yml index ec137a9..2be6258 100644 --- a/build.yml +++ b/build.yml @@ -24,5 +24,5 @@ tasks: - deploy: | cd midr sshopts="ssh -o StrictHostKeyChecking=no" - rsync --rsh="$sshopts" -rP *.tar.xz $deploy:/var/www/$target + rsync --rsh="$sshopts" -rP *.tar.* $deploy:/var/www/$target -- cgit v1.2.3