Skip to content

Commit

Permalink
(CI) Fix release script for release with text name.
Browse files Browse the repository at this point in the history
  • Loading branch information
kdesnos committed Oct 12, 2021
1 parent 18db242 commit 4242f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepare_release_log.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
releaseNoteFile.write(line)

# Prepare release archive
release_name = re.sub(r'## Release version ([0-9]+\.[0-9]+\.[0-9]+)\n', r'gegelatilib-\1.zip', line)
release_name = re.sub(r'## Release version ([0-9]+\.[0-9]+\.[0-9]+).*\n', r'gegelatilib-\1.zip', line)

# Get file list of old builds from current site
def glob_re(pattern, folder):
Expand Down

0 comments on commit 4242f81

Please sign in to comment.