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

Fixed deb package

This commit is contained in:
Dummerle 2021-03-27 18:56:42 +01:00 committed by GitHub
parent 908de2902f
commit 14629c4135
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,14 +96,17 @@ jobs:
run: |
python3 setup.py sdist
python3 setup.py --command-packages=stdeb.command bdist_deb
- name: move file
run: mv deb_dist/*.deb rare.deb
- name: Upload files to GitHub
uses: svenstaro/upload-release-action@2.2.1
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: deb_dist/python3-rare_${GITHUB_REF##*/}-1_all.deb
file: rare.deb
asset_name: Rare.deb
tag: ${{ github.ref }}
tag: ${{ }}
overwrite: true