ci(packaging): fix flatpak metainfo (#3588)
This commit is contained in:
6
.github/workflows/update-flathub-repo.yml
vendored
6
.github/workflows/update-flathub-repo.yml
vendored
@@ -143,9 +143,9 @@ jobs:
|
||||
BEGIN { replaced = 0 }
|
||||
/<release version=.*>/ {
|
||||
if (!replaced) {
|
||||
print "<release version=\"" version "\" date=\"" date "\">"
|
||||
print "<description><p>" changelog "</p></description>"
|
||||
print "</release>"
|
||||
print " <release version=\"" version "\" date=\"" date "\">"
|
||||
print " <description><p>" changelog "</p></description>"
|
||||
print " </release>"
|
||||
replaced = 1
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user