tar all release file
This commit is contained in:
+2
-3
@@ -23,9 +23,8 @@ steps:
|
|||||||
GOPROXY: https://goproxy.io
|
GOPROXY: https://goproxy.io
|
||||||
commands:
|
commands:
|
||||||
- go build -o tele-recv-linux
|
- 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
|
- 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
|
- name: release
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
@@ -37,7 +36,7 @@ steps:
|
|||||||
base_url: https://gitea.int.it2000.com.cn
|
base_url: https://gitea.int.it2000.com.cn
|
||||||
title: 0.0.1
|
title: 0.0.1
|
||||||
files:
|
files:
|
||||||
- tele-recv-linux
|
- tele-recv-linux.tar.gz
|
||||||
checksum:
|
checksum:
|
||||||
- sha256
|
- sha256
|
||||||
when:
|
when:
|
||||||
|
|||||||
Reference in New Issue
Block a user