diff options
| author | raveit65 <[email protected]> | 2026-01-28 11:27:32 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-28 11:27:32 +0100 |
| commit | 034677b0c5bf9b37c22a6d2d52f8761c2364857d (patch) | |
| tree | 2fae14b94e8cf349de328a6a8351755666c11f03 | |
| parent | 92f1d8e710749f43d5bf80afe6955da8785bd63d (diff) | |
| download | eom-034677b0c5bf9b37c22a6d2d52f8761c2364857d.tar.bz2 eom-034677b0c5bf9b37c22a6d2d52f8761c2364857d.tar.xz | |
Co-authored-by: mbkma <[email protected]>
| -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 da6b141..e133b76 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 eom*.tar.xz env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
