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 4bc8bb4 commit 8197572
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 29 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
54 changes: 28 additions & 26 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8197572

Please sign in to comment.