[CI] Fix artifact download for publishing step (#954)

pull/955/head v4.16.0
Amir Zarrinkafsh 2020-05-02 12:12:18 +10:00 committed by GitHub
parent 9947371ef8
commit 1ed1318870
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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