diff options
| author | raveit65 <[email protected]> | 2026-01-28 11:39:59 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-28 11:39:59 +0100 |
| commit | 37fa533f8ac60741767342a69754e525625ef454 (patch) | |
| tree | 1da19880d44cccbc943bf9b8199dfda83aa5dc8e /.github/workflows | |
| parent | 5492559810bfe8a8f997dbf79dd6b509743fab2c (diff) | |
| download | marco-1.28.tar.bz2 marco-1.28.tar.xz | |
CI: release - create tarball with autotools (distcheck) (#823)1.28
Diffstat (limited to '.github/workflows')
| -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 711417b7..e6d36006 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ 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: Install GH CLI uses: dev-hanz-ops/[email protected] @@ -34,6 +34,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 marco*.tar.xz env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
