diff --git a/.drone.yml b/.drone.yml index 6fac683..ec15392 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,7 +22,23 @@ steps: GO111MODULE: on GOPROXY: https://goproxy.io commands: - - go build + - go build -o tele-recv-linux + + - name: release + image: plugins/gitea-release + volumes: + - name: certs + path: /etc/ssl/certs + settings: + api_key: fe1e1a8dd77de7452a3f473984c7ac6fe6c5abaf + base_url: https://gitea.int.it2000.com.cn + title: 0.0.1 + files: + - tele-recv-linux + checksum: + - sha256 + when: + event: tag volumes: - name: deps