|
|
|
@ -8,7 +8,6 @@ jobs:
|
|
|
|
fail-fast: false
|
|
|
|
fail-fast: false
|
|
|
|
matrix:
|
|
|
|
matrix:
|
|
|
|
distro:
|
|
|
|
distro:
|
|
|
|
- ubuntu-kinetic
|
|
|
|
|
|
|
|
- ubuntu-jammy
|
|
|
|
- ubuntu-jammy
|
|
|
|
- ubuntu-focal
|
|
|
|
- ubuntu-focal
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
@ -41,14 +40,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-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 }}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- uses: legoktm/gh-action-build-deb@ubuntu-focal
|
|
|
|
- uses: legoktm/gh-action-build-deb@ubuntu-focal
|
|
|
|
if: matrix.distro == 'ubuntu-focal'
|
|
|
|
if: matrix.distro == 'ubuntu-focal'
|
|
|
|
name: Build package for ubuntu-focal
|
|
|
|
name: Build package for ubuntu-focal
|
|
|
|
|