Skip to content

Commit fbd94c9

Browse files
committed
🔄 synced local '.github/workflows/update-releases-properties.yml' with remote '.releases/update-releases-properties.yml'
1 parent 62b6805 commit fbd94c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/update-releases-properties.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
# Supports: 18.1, 17.2.3, 3.2.1.0, 17.0-RC1, 2.4.62
127127
# The lookahead ensures we stop before a date pattern or .7z extension
128128
version_match = re.search(
129-
rf'{filename_prefix}-(\d+\.\d+(?:\.\d+)?(?:\.\d+)?(?:-(?:RC|beta|alpha|dev)\d*)?)(?=-\d{{4}}\.\d{{1,2}}\.\d{{1,2}}|\.7z|$)',
129+
rf'{filename_prefix}-(\d+\.\d+(?:\.\d+)?(?:\.\d+)?(?:-(?:RC|beta|alpha|dev)\d*)?)(?=-20\d{{2}}\.\d{{1,2}}\.\d{{1,2}}|\.7z|$)',
130130
filename,
131131
re.IGNORECASE
132132
)
@@ -184,7 +184,7 @@ jobs:
184184
# URL format: .../bearsampp-apache-2.4.66-2025.12.8.7z (for apache)
185185
# URL format: .../bearsampp-postgresql-18.1-2025.12.8.7z (for other modules)
186186
url_version_match = re.search(
187-
rf'{filename_prefix}-(\d+\.\d+(?:\.\d+)?(?:\.\d+)?(?:-(?:RC|beta|alpha|dev)\d*)?)(?=-\d{{4}}\.\d{{1,2}}\.\d{{1,2}}|\.7z|/|$)',
187+
rf'{filename_prefix}-(\d+\.\d+(?:\.\d+)?(?:\.\d+)?(?:-(?:RC|beta|alpha|dev)\d*)?)(?=-20\d{{2}}\.\d{{1,2}}\.\d{{1,2}}|\.7z|/|$)',
188188
url,
189189
re.IGNORECASE
190190
)

0 commit comments

Comments
 (0)