Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Cole Miller <[email protected]>
  • Loading branch information
cole-miller committed Oct 23, 2024
1 parent 42c1dcd commit 8c8bda2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,8 @@ jobs:
--newversion ${VERSION}~${TARGET}1 \
"Automatic build from Github"
debuild -S -sa -d -k${{ vars.PPA_PUBLIC_KEY }}
echo $(pwd)
ls
- name: Upload to Launchpad
run: |
echo $(pwd)
ls
dput -U -u ppa:dqlite/dev *.changes
shopt -s globstar
dput -U -u ppa:dqlite/dev **/*.changes

0 comments on commit 8c8bda2

Please sign in to comment.