tar all release file

This commit is contained in:
zhiqiang feng
2020-12-24 10:56:30 +08:00
parent 965269cee8
commit bf2036e83e
+2 -3
View File
@@ -23,9 +23,8 @@ steps:
GOPROXY: https://goproxy.io
commands:
- go build -o tele-recv-linux
- tar cvzf tele-recv-linux.tar.gz tele-recv-linux telegram.yaml
- GOOS=windows GOARCH=amd64 go build -o tele-recv-win64.exe
- zip tele-recv-win64.zip tele-recv-win64.exe telegram.yaml
- tar cvzf tele-recv-linux.tar.gz tele-recv-linux tele-recv-win64.exe telegram.yaml
- name: release
image: plugins/gitea-release
@@ -37,7 +36,7 @@ steps:
base_url: https://gitea.int.it2000.com.cn
title: 0.0.1
files:
- tele-recv-linux
- tele-recv-linux.tar.gz
checksum:
- sha256
when: