Skip to content

Commit

Permalink
Merge pull request #721 from cole-miller/force-lts-package-rebuild
Browse files Browse the repository at this point in the history
Force lts package rebuild
  • Loading branch information
cole-miller authored Oct 23, 2024
2 parents 208bf01 + 1992213 commit 7b0e15b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,9 @@ 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
cd ..
shopt -s globstar
dput -U -u ppa:dqlite/dev **/*.changes

0 comments on commit 7b0e15b

Please sign in to comment.