diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index c535585..63f5d8f 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -45,10 +45,16 @@ jobs: - name: Create Deb Package run: | cp -r deb-package dist - cd dist/deb-package - mkdir -p /usr/local/bin - cd .. + cd dist ls deb-package/usr/ + cd deb-package/usr + mkdir local + cd local + mkdir bin + cd .. + cd .. + cd .. + ls mv mexassistant deb-package/usr/local/bin mv deb-package mexassistant dpkg-deb --build mexassistant diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 9fef8a4..9e3f327 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,7 +4,9 @@