mirror of https://github.com/cjbassi/gotop.git
Fix goreleaser being in build folder
This commit is contained in:
parent
847b8022b2
commit
3bcfe5fd63
|
@ -18,3 +18,4 @@ archive:
|
|||
format: tgz
|
||||
dockers:
|
||||
- image: cjbassi/gotop
|
||||
- dockerfile: build/Dockerfile
|
||||
|
|
|
@ -2,6 +2,6 @@ make sure gotop builds and runs
|
|||
tag commit with version number
|
||||
export GitHub token in shell
|
||||
run `sudo dockerd`
|
||||
run `goreleaser --rm-dist`
|
||||
run `goreleaser --rm-dist -f build/.goreleaser.yml`
|
||||
run `git push`
|
||||
update AUR package
|
||||
|
|
Loading…
Reference in New Issue