Stop publishing on Ubuntu 20.04 PPA

This commit is contained in:
Emmanuel Engelhart 2025-06-13 10:40:20 +02:00
parent fa6c93950c
commit eba66a391f
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3

View File

@ -21,7 +21,6 @@ jobs:
# - debian-bullseye # - debian-bullseye
- ubuntu-noble - ubuntu-noble
- ubuntu-jammy - ubuntu-jammy
- ubuntu-focal
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
@ -89,14 +88,6 @@ jobs:
args: --no-sign args: --no-sign
ppa: ${{ steps.ppa.outputs.ppa }} ppa: ${{ steps.ppa.outputs.ppa }}
- uses: legoktm/gh-action-build-deb@ubuntu-focal
if: matrix.distro == 'ubuntu-focal'
name: Build package for ubuntu-focal
id: build-ubuntu-focal
with:
args: --no-sign
ppa: ${{ steps.ppa.outputs.ppa }}
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4
with: with:
name: Packages for ${{ matrix.distro }} name: Packages for ${{ matrix.distro }}