Skip to content

Commit

Permalink
update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
janinainfa committed Jul 9, 2024
1 parent 8528a55 commit 12348f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
- name: Create Deb Package
run: |
cp -r deb-package dist
cd deb-package
mv dist/mexassistant dist/deb-package/usr/local/bin
cd dist/deb-package
mv dist/mexassistant dist/deb-package/
mv dist/deb-package dist/mexassistant
dpkg-deb --build dist/mexassistant
Expand Down

0 comments on commit 12348f9

Please sign in to comment.