From 8fb9a21ae7f72dc3bb3c86e8ecba0eac1be4d75e Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Sun, 12 Apr 2020 16:33:27 +0200 Subject: [PATCH] updated .drone.yml --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4537b9c..98100c0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,7 +17,7 @@ steps: base_url: https://git.paulbsd.com api_key: from_secret: gitea_token - files: dist/*.tar.gz + files: "*.tar.gz" checksum: - sha256 - sha512 @@ -43,7 +43,7 @@ steps: base_url: https://git.paulbsd.com api_key: from_secret: gitea_token - files: dist/*.tar.gz + files: "*.tar.gz" checksum: - sha256 - sha512