From 819757257830af8374f6f3ae7d191b62cf522d95 Mon Sep 17 00:00:00 2001 From: janinainfa <60750633+janinainfa@users.noreply.github.com> Date: Tue, 9 Jul 2024 16:04:18 +0200 Subject: [PATCH] update python-app.yml --- .github/workflows/python-app.yml | 12 +++++-- .idea/workspace.xml | 54 +++++++++++++++++--------------- 2 files changed, 37 insertions(+), 29 deletions(-) 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 @@