mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-08-03 20:56:49 -04:00
Fix error in tasks order for packaging CI
This commit is contained in:
parent
5e5bcdc9f5
commit
0646c135f1
12
.github/workflows/package.yml
vendored
12
.github/workflows/package.yml
vendored
@ -38,6 +38,12 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
REF: ${{ github.ref }}
|
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
|
# - uses: legoktm/gh-action-build-deb@debian-unstable
|
||||||
# if: matrix.distro == 'debian-unstable'
|
# if: matrix.distro == 'debian-unstable'
|
||||||
# name: Build package for debian-unstable
|
# name: Build package for debian-unstable
|
||||||
@ -90,12 +96,6 @@ jobs:
|
|||||||
args: --no-sign
|
args: --no-sign
|
||||||
ppa: ${{ steps.ppa.outputs.ppa }}
|
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
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Packages for ${{ matrix.distro }}
|
name: Packages for ${{ matrix.distro }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user