Skip to content

Commit

Permalink
Fixing Debian build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Nov 16, 2021
1 parent 801f9a6 commit 43b091a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
python3 setup.py --command-packages=stdeb.command bdist_deb
ls -al deb_dist/
cp deb_dist/python3-inrcot_*_all.deb deb_dist/python3-inrcot_latest_all.deb
cp deb_dist/python3-aprscot_*_all.deb deb_dist/python3-aprscot_latest_all.deb
- uses: actions/upload-artifact@master
with:
Expand Down

0 comments on commit 43b091a

Please sign in to comment.