Skip to content

Commit

Permalink
Update release actions (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
Airyzz authored Jun 25, 2024
1 parent 85e4d71 commit 5c8379c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 5c8379c

Please sign in to comment.