chore: only sign syncthing packages

This commit is contained in:
Jakob Borg
2024-12-01 13:00:40 +01:00
parent d143aee0cb
commit ff174a0213
+2 -2
View File
@@ -19,7 +19,7 @@ sign() {
fi
}
for f in *.tar.gz; do
for f in syncthing*.tar.gz; do
case "$f" in
syncthing-source-*.tar.gz)
;;
@@ -34,7 +34,7 @@ for f in *.tar.gz; do
esac
done
for f in *.zip; do
for f in syncthing*.zip; do
base="${f%.zip}"
unzip -q "$f"
sign "$f" "$base"