summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2026-01-29 12:48:16 +0100
committerVictor Kareh <[email protected]>2026-03-19 06:02:27 -0400
commita80d2a44e3b5addc54eb50fd51d04fd311f63143 (patch)
treed60bb860088a6439e136c91c20e6e374549f351a
parent58aa9d99a7a60504b35ad03ee452278acd6a3dbd (diff)
downloadmate-desktop-master.tar.bz2
mate-desktop-master.tar.xz
CI: switch to autotools for releaseHEADmaster
- create tarball with generated files for autotools (distcheck)
-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 2ee34c1..79bac25 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
run: sudo .github/workflows/ubuntu.sh
- name: Build the source code
- run: .github/workflows/builds.sh meson
+ run: .github/workflows/builds.sh autotools
- name: Install GH CLI
uses: dev-hanz-ops/[email protected]
@@ -30,6 +30,6 @@ jobs:
- 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 mate-desktop*.tar.xz
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}