From 927123e5ef916ac1b47afcba25d5b613970fc35c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Lipov=C4=8Dan?= Date: Sun, 8 Jan 2023 12:48:40 +0100 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 39748ef..07a7976 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ steps: - apk add git - git clone https://git.lipovcan.cz/Upstream/apcupsd_exporter.git - cd apcupsd_exporter - - go build + - go build -o apcupsdexporter - ls -lah - name: gitea_release @@ -26,4 +26,7 @@ steps: - sha256 - sha512 - adler32 - - crc32 \ No newline at end of file + - crc32 + when: + event: + - tag \ No newline at end of file