|
|
|
@ -64,8 +64,8 @@ jobs:
|
|
|
|
|
|
|
|
|
|
|
|
- uses: legoktm/gh-action-dput@master
|
|
|
|
- uses: legoktm/gh-action-dput@master
|
|
|
|
name: Upload dev package
|
|
|
|
name: Upload dev package
|
|
|
|
# Only upload on pushes to master
|
|
|
|
# Only upload on pushes to git default branch
|
|
|
|
if: github.event_name == 'push' && github.event.ref == 'refs/heads/master' && startswith(matrix.distro, 'ubuntu-')
|
|
|
|
if: github.event_name == 'push' && github.event.ref == 'refs/heads/main' && startswith(matrix.distro, 'ubuntu-')
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
gpg_key: ${{ secrets.LAUNCHPAD_GPG }}
|
|
|
|
gpg_key: ${{ secrets.LAUNCHPAD_GPG }}
|
|
|
|
repository: ppa:kiwixteam/dev
|
|
|
|
repository: ppa:kiwixteam/dev
|
|
|
|
|