ci: 添加 Gitea Actions 示例工作流

- 新增 ci.yaml 文件,定义 Gitea Actions 示例
This commit is contained in:
hu xiaotong
2025-07-09 09:25:46 +08:00
parent 24041c9f28
commit bf6fdf6183

View File

@@ -11,7 +11,6 @@ steps:
- go mod tidy
- CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -installsuffix cgo -o main main.go
- ls -la main
- file main
- name: upload
image: appleboy/drone-scp