Skip to content

Commit

Permalink
Update Linpad executable in usr/bin and set executable permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
maizied.majumder committed Oct 23, 2024
1 parent 42616de commit 6a03b38
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
run: |
pytest test/
- name: Update executable in usr/bin
run: |
cp linpad.py usr/bin/linpad
chmod +x usr/bin/linpad
- name: List project files
run: |
ls -R
Expand All @@ -53,6 +58,7 @@ jobs:
cp -r ./DEBIAN ./output/
cp README.md ./output/
cp LICENSE ./output/
cp -r ./usr ./output/usr
- name: Create .deb Package
run: |
Expand All @@ -69,4 +75,4 @@ jobs:
uses: actions/attest-build-provenance@v1
id: attest
with:
subject-path: '${{ github.workspace }}/output'
subject-path: '${{ github.workspace }}/output'

0 comments on commit 6a03b38

Please sign in to comment.