diff options
| author | Xiaotian Wu <[email protected]> | 2025-05-24 16:35:49 +0800 |
|---|---|---|
| committer | Xiaotian Wu <[email protected]> | 2025-05-24 16:36:46 +0800 |
| commit | 91b989e48c9f76f5ed6163a8a88cc36a9c8d4ff4 (patch) | |
| tree | 1a3700d86125d550530d906051752f040fc31289 /.github/workflows/release.yml | |
| parent | 3b42ded235293be105e552ec53ff86de8bb63f2f (diff) | |
| download | mate-polkit-github-action.tar.bz2 mate-polkit-github-action.tar.xz | |
CI: Added OS build dependency URLgithub-action
Publish taballs generated from make distcheck.
Diffstat (limited to '.github/workflows/release.yml')
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f11411a..00d5abd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,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] |
