Skip to content

Commit

Permalink
fixed workflow to post latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Sep 1, 2021
1 parent 0feff9c commit 036d05d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/debian.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Debian .deb Package from Python
name: Build Debian package

on:
push:
Expand Down Expand Up @@ -32,6 +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-adsbxcot_latest_all.deb
- uses: actions/upload-artifact@master
with:
Expand Down

0 comments on commit 036d05d

Please sign in to comment.