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: