mirror of
https://github.com/drone-plugins/drone-gitea-release.git
synced 2026-06-04 10:15:23 +08:00
53e9f4e2c8a0adffda098ee74362badd4ff91167
drone-gitea-release
Drone plugin to publish files and artifacts to Gitea Release.
Build
Build the binary with the following commands:
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -a -tags netgo -o release/linux/amd64/drone-gitea-release
docker build --rm -t plugins/gitea-release .
Description
Languages
Go
100%