From 5c8379ceaae26187748abb75463edd6135cdb92d Mon Sep 17 00:00:00 2001 From: Airyzz <36567925+Airyzz@users.noreply.github.com> Date: Tue, 25 Jun 2024 08:20:37 +0000 Subject: [PATCH] Update release actions (#239) --- .github/workflows/release.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 50c41494..b7f8e2f8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -172,7 +172,10 @@ jobs: asset_content_type: application/vnd.android.package-archive release-linux-debian: - runs-on: ubuntu-latest + strategy: + matrix: + os: [ubuntu-22.04, ubuntu-24.04] + runs-on: ${{ matrix.os }} steps: - name: Checkout uses: actions/checkout@v2 @@ -218,7 +221,7 @@ jobs: with: upload_url: ${{ github.event.release.upload_url }} asset_path: commet-pkg/commet-linux-x64.deb - asset_name: commet-linux-x64.deb + asset_name: commet-${{ matrix.os }}-x64.deb asset_content_type: application/vnd.debian.binary-package release-linux-flatpak: