Skip to content

Commit 27b00f3

Browse files
authored
fix(ci): sign also sbom
Ref #6440
1 parent b725318 commit 27b00f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-utils/scripts/sign.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dir=$1
2626

2727
pushd $dir
2828

29-
for f in $(ls | grep -e ".*tar.gz$");
29+
for f in $(ls);
3030
do
3131
sha512sum -b $f > $f.sha512
3232
gpg --output $f.asc --armor --detach-sig $f

0 commit comments

Comments
 (0)