mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2026-01-19 11:27:44 -05:00
Compare commits
1 Commits
main
...
publish-pp
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f166b6005b |
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user