Fix error in tasks order for packaging CI

This commit is contained in:
Emmanuel Engelhart 2024-09-10 12:58:02 +02:00
parent 5e5bcdc9f5
commit 0646c135f1
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3

View File

@ -38,6 +38,12 @@ jobs:
env:
REF: ${{ github.ref }}
- uses: legoktm/gh-action-auto-dch@main
with:
fullname: Kiwix builder
email: release+launchpad@kiwix.org
distro: ${{ matrix.distro }}
# - uses: legoktm/gh-action-build-deb@debian-unstable
# if: matrix.distro == 'debian-unstable'
# name: Build package for debian-unstable
@ -90,12 +96,6 @@ jobs:
args: --no-sign
ppa: ${{ steps.ppa.outputs.ppa }}
- uses: legoktm/gh-action-auto-dch@main
with:
fullname: Kiwix builder
email: release+launchpad@kiwix.org
distro: ${{ matrix.distro }}
- uses: actions/upload-artifact@v4
with:
name: Packages for ${{ matrix.distro }}