summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2026-05-19 20:57:51 +0200
committerVictor Kareh <[email protected]>2026-05-19 15:30:27 -0400
commit7d4ff62fa8cc6b4ac9b74b31c8d929f45bc3e63a (patch)
treefaad87faf14990dd03f46406bb43ed5806905ca0 /.github/workflows
parent76d0cc7230f4ada3488020c63995bb474b8fe4c6 (diff)
downloadatril-7d4ff62fa8cc6b4ac9b74b31c8d929f45bc3e63a.tar.bz2
atril-7d4ff62fa8cc6b4ac9b74b31c8d929f45bc3e63a.tar.xz
CI: release - create tarball with autotools (distcheck)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 05e6a0bd..9d212caa 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -25,10 +25,10 @@ jobs:
run: sudo .github/workflows/mate-desktop.sh ${{env.MATE_DESKTOP_VERSION}} ${{ env.CACHE_PATH }}
- name: Build the source code
- run: .github/workflows/builds.sh meson
+ run: .github/workflows/builds.sh autotools
- name: Create github release
run: |
- gh release create ${{ github.ref_name }} --title ${{ github.ref_name }} --generate-notes _build/meson-dist/*
+ gh release create ${{ github.ref_name }} --title ${{ github.ref_name }} --generate-notes atril*.tar.xz
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}