Skip to content

Commit

Permalink
Clear out some path debugging
Browse files Browse the repository at this point in the history
Had some ls' to double check what was going on, that's not needed

Signed-off-by: John 'Warthog9' Hawley <[email protected]>
  • Loading branch information
warthog9 committed Jul 19, 2024
1 parent 2a7675b commit a47e797
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/buildrelease-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ jobs:
#body_path: CHANGELOG.md
env:
GITHUB_TOKEN: ${{ github.token }}
- run: ls -lah ../
- run: ls -lah ../*.deb
- run: cd ../ && ls -lah
- run: cd ../ && ls -lah *.deb
- name: upload debian package
run: gh release upload ${{ github.ref_name }} ../*.deb
env:
Expand Down

0 comments on commit a47e797

Please sign in to comment.