create archive files

This commit is contained in:
zhiqiang feng
2020-12-24 10:48:41 +08:00
parent 22c8cbfd8d
commit 965269cee8
+2
View File
@@ -23,7 +23,9 @@ 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
- name: release
image: plugins/gitea-release