Skip to content

Commit

Permalink
finding my deb
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Jun 24, 2024
1 parent aed7b77 commit 4d75b06
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ jobs:
run: dpkg-buildpackage -b

- name: List debian directory
run: ls -al debian
run: ls -alR debian

- name: Find deb
run: find . -name *.deb

- name: Upload Artifacts to GitHub
uses: actions/upload-artifact@master
Expand Down

0 comments on commit 4d75b06

Please sign in to comment.