Export *.sig files

This commit is contained in:
Santiago Lo Coco 2022-03-01 00:49:57 -03:00
parent b8442cdb17
commit 8f29161803
1 changed files with 3 additions and 1 deletions

View File

@ -33,6 +33,9 @@ exportPackageFiles() {
if [ -f "$pkgFile" ]; then
relPkgFile="$(realpath --relative-base="$baseDir" "$pkgFile")"
exportFile "pkgFile" "$relPkgFile" "$pkgFile"
if [ -n "$gpgPrivateKey" ]; then
exportFile "pkgFileSig" "$relPkgFile.sig" "$pkgFile.sig"
fi
fi
}
@ -88,7 +91,6 @@ runScript() {
oldFiles=$(find -H "$PWD" -not -path '*.git*')
buildPackage
exportPackageFiles
namcapAnalysis