From a47e797a91e5a32b965e9e11451c70d7d2eaaa05 Mon Sep 17 00:00:00 2001 From: John 'Warthog9' Hawley Date: Fri, 19 Jul 2024 14:48:22 -0700 Subject: [PATCH] Clear out some path debugging Had some ls' to double check what was going on, that's not needed Signed-off-by: John 'Warthog9' Hawley --- .github/workflows/buildrelease-deb.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/buildrelease-deb.yml b/.github/workflows/buildrelease-deb.yml index 2be93c6..ee43886 100644 --- a/.github/workflows/buildrelease-deb.yml +++ b/.github/workflows/buildrelease-deb.yml @@ -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: