1
0
Fork 0
mirror of synced 2024-06-02 10:44:40 +12:00

Add deb package

This commit is contained in:
Dummerle 2021-03-26 11:40:56 +01:00 committed by GitHub
parent e29bf8936a
commit 3e2f23f8f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,9 +91,9 @@ jobs:
- name: Install Python deps
run: pip3 install setuptools wheel
- name: run setup
run: |
python3 setup.py sdist
python3 setup.py --command-packages=stdeb.command bdist_deb
run: python3 setup.py sdist
- name: create deb package
run: python3 setup.py --command-packages=stdeb.command bdist_deb
- name: Upload files to GitHub
uses: svenstaro/upload-release-action@2.2.1
with: