Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Averell7/PdfBooklet
Browse files Browse the repository at this point in the history
  • Loading branch information
Averell7 committed Jul 21, 2021
2 parents 566eea0 + 96b2560 commit 82f6777
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
# pytest pdfbooklet.pdfbooklet3.py
- name: Create package
run: |
python build.py
python3 build.py
ls -lR ./ > lsdebian.txt
python setup.py --command-packages=stdeb.command bdist_deb
Expand All @@ -61,4 +61,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: deb
path: deb_dist
path: deb_dist

0 comments on commit 82f6777

Please sign in to comment.