Commit c4fdcba305f29143bd7c8fffd340cba113e72ecc

Ran Benita 2021-05-22T20:22:56

ci: also link to tarball in github release Signed-off-by: Ran Benita <ran@unusedvar.com>

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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