diff options
| author | raveit65 <[email protected]> | 2026-01-29 12:48:16 +0100 |
|---|---|---|
| committer | raveit65 <[email protected]> | 2026-01-29 13:02:08 +0100 |
| commit | 97602dbd76f6fdfaa14cb6c56e9c8d2f27a6cb10 (patch) | |
| tree | 7fd516f916d06c94ef2f5163101fe7ef3d43fc3b | |
| parent | 93a686514d8cc5df794280a8d572bfc306ede1fb (diff) | |
| download | mate-desktop-ci-autotools-for-release.tar.bz2 mate-desktop-ci-autotools-for-release.tar.xz | |
CI: switch to autotools for releaseci-autotools-for-release
- create tarball with generated files for autotools (distcheck)
| -rw-r--r-- | .github/workflows/release.yml | 4 |
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 }} |
