2018-03-02 22:21:25 +00:00
|
|
|
# drone-gitea-release
|
|
|
|
This project is "work in progress" and **not** ready for production use.
|
2015-11-23 00:07:57 +00:00
|
|
|
|
2018-03-02 22:21:25 +00:00
|
|
|
Drone plugin to publish files and artifacts to Gitea Release.
|
2015-11-23 00:07:57 +00:00
|
|
|
|
2016-08-26 08:38:22 +00:00
|
|
|
## Build
|
2015-11-23 00:07:57 +00:00
|
|
|
|
2016-08-26 08:38:22 +00:00
|
|
|
Build the binary with the following commands:
|
2016-01-18 21:32:19 +00:00
|
|
|
|
|
|
|
```
|
2016-08-26 08:38:22 +00:00
|
|
|
go build
|
2018-03-02 22:21:25 +00:00
|
|
|
```
|