mirror of
https://gitlab.com/spectre.app/cli.git
synced 2024-11-01 10:51:44 +01:00
Add VERSION to distribution archive.
This commit is contained in:
parent
472a3f0cc9
commit
86ded39ba7
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ echo "Cleaning .."
|
|||
|
||||
echo "Creating archive $mpwArchive .."
|
||||
git show --show-signature --pretty=format:%H --quiet "$tag" > VERSION
|
||||
git ls-files -z . | xargs -0 tar -Lcvzf "$mpwArchive"
|
||||
{ git ls-files -z .; printf VERSION; } | xargs -0 tar -Lcvzf "$mpwArchive"
|
||||
|
||||
echo "Creating archive signature $mpwArchive.sig .."
|
||||
gpg --detach-sign "$mpwArchive"
|
||||
|
|
Loading…
Reference in a new issue