Merge pull request #1204 from kiwix/fix-upload-ppa

Fix error in tasks order for packaging CI
This commit is contained in:
Kelson 2024-09-10 11:11:39 +00:00 committed by GitHub
commit 5b53f5e4b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 }}