From 43b091ab033f13dbe7c486067f26463f8e4a8706 Mon Sep 17 00:00:00 2001 From: Greg Albrecht Date: Tue, 16 Nov 2021 10:15:25 -0800 Subject: [PATCH] Fixing Debian build script. --- .github/workflows/debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index aa72265..73806e3 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -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: