v0.20.5 additional commit
Verify / verify (push) Canceled after 0s

This commit is contained in:
2026-09-03 17:28:10 +02:00
parent d1d4b3f44e
commit 33d6cd1cfd
9 changed files with 28 additions and 17 deletions
+7
View File
@@ -199,6 +199,13 @@ if [ ! -s "$CHECKSUM_FILE" ]; then
else
sha256sum "$ZIP_FILE" > "$CHECKSUM_FILE"
fi
else
if [ "$DRY_RUN" -eq 1 ]; then
echo "DRY-RUN: would refresh ${CHECKSUM_FILE}"
else
# ensure checksum always matches the current archive state
sha256sum "$ZIP_FILE" > "$CHECKSUM_FILE"
fi
fi
if [ "$SKIP_TAG" -eq 0 ]; then