1
0
mirror of https://github.com/go-task/task.git synced 2025-03-17 21:08:01 +02:00
This commit is contained in:
Andrey Nering 2018-09-24 21:52:14 -03:00
parent 61247a0b2a
commit 318f9b216d

View File

@ -60,7 +60,7 @@ tasks:
- goreleaser --snapshot --rm-dist
generate-install-script:
desc: Generate install script using https://githbub.com/goreleaser/godownloader
desc: Generate install script using https://github.com/goreleaser/godownloader
cmds:
- godownloader --repo go-task/task -o install-task.sh
- cp ./install-task.sh ./docs/install.sh