forked from TrueCloudLab/rclone
add github-release to make release_dep
This commit is contained in:
parent
55674c0bfc
commit
0479c7dcf5
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -69,6 +69,7 @@ endif
|
|||
# Get the release dependencies
|
||||
release_dep:
|
||||
go get -u github.com/goreleaser/nfpm
|
||||
go get -u github.com/aktau/github-release
|
||||
|
||||
# Update dependencies
|
||||
update:
|
||||
|
|
Loading…
Reference in a new issue