Skip to content

Commit c2b0914

Browse files
committed
manual download fix
1 parent 6c1b0e9 commit c2b0914

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
PUBVER=${GITHUB_REF_NAME}
8989
git checkout main
9090
sed -i "s/<p>Version: .*/<p>Version: ${PUBVER} (@${PUBHASH} ${PUBDATE})<\/p>/g" docs/index.html
91-
sed -i "s/releases\/v.*\//releases\/${PUBVER}\//g" docs/index.html
91+
sed -i "s|\(releases/\)v[0-9]\+\.[0-9]\+\.[0-9]\+|\1${PUBVER}|g" docs/index.html
9292
git add docs/index.html
9393
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
9494
git config user.name "GitHub Actions"

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
<div class="row">
2121
<div class="col-4 offset-md-4 text-center">
2222
<p>Version: v1.1.2 (@a786e5f 2026-07-14)</p>
23-
<a href="https://github.com/percona/lumograph/releases/v1.1.2/a>&nbsp;|&nbsp;
24-
<a href="https://github.com/percona/lumograph/releases/v1.1.2/a>
23+
<a href="https://github.com/percona/lumograph/releases/v1.1.2/lumograph-linux-amd64">Download <strong>Linux x86_64</strong></a>&nbsp;|&nbsp;
24+
<a href="https://github.com/percona/lumograph/releases/v1.1.2/lumograph-darwin-arm64">Download <strong>macos arm64</strong></a>
2525
</div>
2626
</div>
2727

0 commit comments

Comments
 (0)