build_release.sh: Sign tar.gz after building the archive.
This commit is contained in:
parent
c8db45bc67
commit
424a9093ef
1 changed files with 1 additions and 0 deletions
|
@ -47,3 +47,4 @@ mv ./_release/valve.fmf ./_release/default.fmf
|
|||
export FILE_OUT=nuclide-$(date +%m-%d-%Y)
|
||||
mv ./_release "./$FILE_OUT"
|
||||
tar zcvf "$FILE_OUT".tar.gz "./$FILE_OUT"
|
||||
gpg --output "./$FILE_OUT.sig" --detach-sig "./$FILE_OUT"
|
||||
|
|
Loading…
Reference in a new issue