deploy checksums to body

This commit is contained in:
Leijurv
2018-09-25 09:08:35 -07:00
parent 1b1670427b
commit 5a82b2b322
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -6,6 +6,10 @@ install:
script:
- sh scripts/build.sh
before_deploy:
- sudo apt-get update
- sudo apt-get install jshon
deploy:
provider: releases
api_key:
@@ -14,6 +18,7 @@ deploy:
file_glob: true
file:
- dist/*
body: $(jshon -s "$(cat checksums.txt)"))
skip_cleanup: true
on:
tags: true