mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2026-04-28 03:30:03 +00:00
Merge pull request #800 from kiwix/publish-ppa-release
Some checks failed
CI / Windows (push) Has been cancelled
CI / Linux (linux-x86_64, jammy, /x86_64-linux-gnu, linux-x86_64-dyn) (push) Has been cancelled
CI / Linux (linux-x86_64, jammy, /x86_64-linux-gnu, linux-x86_64-static) (push) Has been cancelled
Packages / build-deb (ubuntu-jammy) (push) Has been cancelled
Packages / build-deb (ubuntu-noble) (push) Has been cancelled
Some checks failed
CI / Windows (push) Has been cancelled
CI / Linux (linux-x86_64, jammy, /x86_64-linux-gnu, linux-x86_64-dyn) (push) Has been cancelled
CI / Linux (linux-x86_64, jammy, /x86_64-linux-gnu, linux-x86_64-static) (push) Has been cancelled
Packages / build-deb (ubuntu-jammy) (push) Has been cancelled
Packages / build-deb (ubuntu-noble) (push) Has been cancelled
Fix release publishing on PPA
This commit is contained in:
commit
261416edb3
1 changed files with 1 additions and 3 deletions
4
.github/workflows/package.yml
vendored
4
.github/workflows/package.yml
vendored
|
|
@ -103,10 +103,8 @@ jobs:
|
|||
|
||||
- uses: legoktm/gh-action-dput@main
|
||||
name: Upload release package
|
||||
# Only upload on pushes to main or tag
|
||||
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') && startswith(matrix.distro, 'ubuntu-')
|
||||
if: github.event_name == 'release' && startswith(matrix.distro, 'ubuntu-')
|
||||
with:
|
||||
gpg_key: ${{ secrets.LAUNCHPAD_GPG }}
|
||||
repository: ppa:kiwixteam/release
|
||||
packages: output/*_source.changes
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue