chore(linux): More debug output

This commit is contained in:
Eberhard Beilharz 2023-03-01 10:12:21 +01:00
parent 1c1dffb7b3
commit 718133d3aa
No known key found for this signature in database
GPG key ID: E9140597606020D3

View file

@ -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