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 12348f9 commit 25c3e69
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,11 @@ jobs:
run: |
cp -r deb-package dist
cd dist/deb-package
mv dist/mexassistant dist/deb-package/
mv dist/deb-package dist/mexassistant
dpkg-deb --build dist/mexassistant
mkidr -p /usr/local/bin
cd ..
mv mexassistant deb-package/usr/local/bin
mv deb-package mexassistant
dpkg-deb --build mexassistant
- name: Saving Artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 25c3e69

Please sign in to comment.