From 1ed1318870c345b724e0261ddbb0a7acc467ed1d Mon Sep 17 00:00:00 2001 From: Amir Zarrinkafsh Date: Sat, 2 May 2020 12:12:18 +1000 Subject: [PATCH] [CI] Fix artifact download for publishing step (#954) --- .buildkite/hooks/pre-command | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/hooks/pre-command b/.buildkite/hooks/pre-command index 37c79cf68..810dec3d6 100755 --- a/.buildkite/hooks/pre-command +++ b/.buildkite/hooks/pre-command @@ -16,5 +16,5 @@ if [[ $BUILDKITE_LABEL =~ ":docker: Deploy Image" ]]; then fi if [[ $BUILDKITE_LABEL == ":github: Deploy Artifacts" ]]; then - buildkite-agent artifact download "authelia-*-*.tar.gz*" . + buildkite-agent artifact download "authelia-*.tar.gz*" . fi \ No newline at end of file