tech(build): create sha files for windows build

pull/6318/head
bergquist 9 years ago
parent 860865bd55
commit d016fc1da1
  1. 1
      appveyor.yml
  2. 3
      build.go

@ -25,6 +25,7 @@ install:
build_script:
- go run build.go build
- grunt release
- go run build.go sha1-dist
- cp dist/* .
artifacts:

@ -98,6 +98,9 @@ func main() {
createDebPackages()
sha1FilesInDist()
case "sha1-dist":
sha1FilesInDist()
case "latest":
makeLatestDistCopies()
sha1FilesInDist()

Loading…
Cancel
Save