From 9043426601a39137d1e4161b848ca506517bd65b Mon Sep 17 00:00:00 2001 From: zhiqiang feng Date: Tue, 29 Dec 2020 13:57:15 +0800 Subject: [PATCH] version 0.0.4 --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index f6ce5d0..bae2916 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,7 +24,7 @@ steps: commands: - GOOS=linux GOARCH=amd64 go build -o tele-recv-linux - GOOS=windows GOARCH=amd64 go build -o tele-recv-win64.exe - - tar cvzf tele-recv-linux-0.0.2.tar.gz tele-recv-linux tele-recv-win64.exe telegram.yaml + - tar cvzf tele-recv-linux-0.0.4.tar.gz tele-recv-linux tele-recv-win64.exe telegram.yaml - name: release image: plugins/gitea-release @@ -34,9 +34,9 @@ steps: settings: api_key: fe1e1a8dd77de7452a3f473984c7ac6fe6c5abaf base_url: https://gitea.int.it2000.com.cn - title: 0.0.3 + title: 0.0.4 files: - - tele-recv-linux-0.0.3.tar.gz + - tele-recv-linux-0.0.4.tar.gz checksum: - sha256 when: