Skip to content

Commit

Permalink
generate-downloads-page.py: Use published_at field as the build date.
Browse files Browse the repository at this point in the history
Fixes #4
  • Loading branch information
adriangibanelbtactic committed Jul 27, 2024
1 parent e179fbd commit d412d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/generate-downloads-page.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def getReleasesMatrix():

tagsItem = {}
tagsItem["tag"] = tag
tagsItem["buildDate"] = nJson["created_at"]
tagsItem["buildDate"] = nJson["published_at"]
tagsItem["prefixTag"] = prefixTag
tagsItem["versionTag"] = versionTag
tagsItem["distroLongName"] = distroLongName
Expand Down

0 comments on commit d412d4e

Please sign in to comment.