fix tar command

This commit is contained in:
zhiqiang feng
2020-12-24 10:59:52 +08:00
parent bf2036e83e
commit 08c7362358
+1 -1
View File
@@ -24,7 +24,7 @@ steps:
commands:
- go build -o tele-recv-linux
- GOOS=windows GOARCH=amd64 go build -o tele-recv-win64.exe
- tar cvzf tele-recv-linux.tar.gz tele-recv-linux 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