From c4fdcba305f29143bd7c8fffd340cba113e72ecc Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Sat, 22 May 2021 20:22:56 +0300 Subject: ci: also link to tarball in github release Signed-off-by: Ran Benita --- .github/workflows/github-release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/github-release.yml b/.github/workflows/github-release.yml index e5612c6..0a89026 100644 --- a/.github/workflows/github-release.yml +++ b/.github/workflows/github-release.yml @@ -1,4 +1,4 @@ -name: release +name: github-release on: push: @@ -19,3 +19,5 @@ jobs: release_name: ${{ github.ref }} body: | See the [NEWS](https://github.com/xkbcommon/libxkbcommon/blob/master/NEWS) file for the changes. + + Official tarball: https://xkbcommon.org/download/lib${{ github.ref }}.tar.xz -- cgit v1.2.1