From 036d05d13aedf83023c09a7292f5430a9cddef37 Mon Sep 17 00:00:00 2001 From: Greg Albrecht Date: Wed, 1 Sep 2021 14:09:40 -0700 Subject: [PATCH] fixed workflow to post latest --- .github/workflows/debian.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index 34943ba..4569fc0 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -1,4 +1,4 @@ -name: Build Debian .deb Package from Python +name: Build Debian package on: push: @@ -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: