From e1b314267b7fc5cef2f901842cdf137c83b76398 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Fri, 10 Feb 2023 18:56:21 +0100 Subject: [PATCH] Remove PPA Impish, add Kinetic --- .github/workflows/package.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 8856cbe..8e323d1 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -8,8 +8,8 @@ jobs: fail-fast: false matrix: distro: + - ubuntu-kinetic - ubuntu-jammy - - ubuntu-impish - ubuntu-focal steps: - uses: actions/checkout@v3 @@ -41,10 +41,10 @@ jobs: args: --no-sign ppa: ${{ steps.ppa.outputs.ppa }} - - uses: legoktm/gh-action-build-deb@ubuntu-impish - if: matrix.distro == 'ubuntu-impish' - name: Build package for ubuntu-impish - id: build-ubuntu-impish + - uses: legoktm/gh-action-build-deb@ubuntu-kinetic + if: matrix.distro == 'ubuntu-kinetic' + name: Build package for ubuntu-kinetic + id: build-ubuntu-kinetic with: args: --no-sign ppa: ${{ steps.ppa.outputs.ppa }}