Skip to content

Commit

Permalink
[Backport release-2.21] Improve pattern recognizing release artifacts (
Browse files Browse the repository at this point in the history
…#4818)

Backport 9aafbb4 from #4817.

Co-authored-by: Dušan Baran <[email protected]>
  • Loading branch information
github-actions[bot] and dudoslav authored Mar 18, 2024
1 parent 0ea9c13 commit 3fdf46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/append-release-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Render template
run: |
PATTERN="tiledb-([^-]+)-([^-]+)(-noavx2)?-([^-]+)-([^-]+).(tar.gz|zip)$"
PATTERN="tiledb-([^-]+)-([^-]+)(-noavx2)?-(.+)\.(tar\.gz|zip)$"
RELLIST="output/releases.csv"
MODULE="output/DownloadPrebuiltTileDB.cmake"
cp cmake/inputs/DownloadPrebuiltTileDB.cmake $MODULE
Expand Down

0 comments on commit 3fdf46c

Please sign in to comment.