Fixed structure version datatype in inventory JSON.

This commit is contained in:
Patrick Lehmann
2025-10-01 03:11:48 +02:00
parent 46a2764e73
commit 1e694005ed

View File

@@ -549,7 +549,7 @@ jobs:
)" \
'{"tag": $tag, "version": $version, "git-hash": $hash, "repository-url": $repo, "release-url": $release, "categories": $categories, "latest": $jsonLatest}' \
)" \
'{"version": $structVersion, "timestamp": $date, "meta": $jsonMeta, "files": {}}'
'{"version": "$structVersion", "timestamp": $date, "meta": $jsonMeta, "files": {}}'
)
fi