diff --git a/.drone.yml b/.drone.yml index b78a50d..4d5cdb1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,6 +11,7 @@ steps: image: alpine/git commands: - git clone https://github.com/mackerelio/go-check-plugins.git . + - git checkout $DRONE_TAG when: event: tag - name: create_dir @@ -68,7 +69,7 @@ steps: base_url: https://git.paulbsd.com api_key: from_secret: gitea_token - files: "build/*" + files: "build/*.tar.gz" checksum: - sha256 - sha512