Skip to content

Commit 43b091a

Browse files
committed
Fixing Debian build script.
1 parent 801f9a6 commit 43b091a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/debian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
python3 setup.py --command-packages=stdeb.command bdist_deb
3434
ls -al deb_dist/
35-
cp deb_dist/python3-inrcot_*_all.deb deb_dist/python3-inrcot_latest_all.deb
35+
cp deb_dist/python3-aprscot_*_all.deb deb_dist/python3-aprscot_latest_all.deb
3636
3737
- uses: actions/upload-artifact@master
3838
with:

0 commit comments

Comments
 (0)