From 0aee912649c1f4df4f5aec9158303214dc6da9c6 Mon Sep 17 00:00:00 2001 From: zhiqiang feng Date: Tue, 29 Dec 2020 16:06:52 +0800 Subject: [PATCH] release file name --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7cbf5cc..3c752d3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,7 +24,7 @@ steps: commands: - OOS=linux GOARCH=amd64 CGO_ENABLED=1 go build -o tele-recv-linux - GOOS=windows GOARCH=amd64 CGO_ENABLED=1 CXX=x86_64-w64-mingw32-g++ CC=x86_64-w64-mingw32-gcc go build -o tele-recv-win64.exe - - tar cvzf tele-recv-linux-0.0.6.tar.gz tele-recv-linux tele-recv-win64.exe telegram.yaml + - tar cvzf tele-recv-0.0.6.tar.gz tele-recv-linux tele-recv-win64.exe telegram.yaml - name: release image: plugins/gitea-release @@ -36,7 +36,7 @@ steps: base_url: https://gitea.int.it2000.com.cn title: 0.0.6 files: - - tele-recv-linux-0.0.6.tar.gz + - tele-recv-0.0.6.tar.gz checksum: - sha256 when: