mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-19 06:07:40 +00:00
chore(linux): More debug output
This commit is contained in:
parent
1c1dffb7b3
commit
718133d3aa
1 changed files with 5 additions and 0 deletions
5
.github/workflows/deb-packaging.yml
vendored
5
.github/workflows/deb-packaging.yml
vendored
|
|
@ -192,6 +192,10 @@ jobs:
|
|||
|
||||
- name: Upload
|
||||
run: |
|
||||
# DEBUG
|
||||
set +x
|
||||
# DEBUG
|
||||
|
||||
case ${{ github.event.client_payload.branch }} in
|
||||
stable-*) destination='' ;;
|
||||
beta) destination='-proposed' ;;
|
||||
|
|
@ -206,6 +210,7 @@ jobs:
|
|||
# DEBUG
|
||||
echo "${COLOR_GREEN}Verify signature"
|
||||
gpg --verify *.changes
|
||||
echo "${COLOR_GREEN}dput source package"
|
||||
# DEBUG
|
||||
|
||||
dput -U llso:ubuntu/jammy${destination} *_source.changes
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue