From 2a4ca3bb45632513281fa331a20d513fe077bc56 Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Thu, 9 May 2024 20:49:54 -0700 Subject: [PATCH] Update build-ubuntu-deb.yml --- .github/workflows/build-ubuntu-deb.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-ubuntu-deb.yml b/.github/workflows/build-ubuntu-deb.yml index b35c451..79683a8 100644 --- a/.github/workflows/build-ubuntu-deb.yml +++ b/.github/workflows/build-ubuntu-deb.yml @@ -25,10 +25,8 @@ jobs: - name: Build run: debuild -uc -us - - run: | - ls -lah ../ - ls -lah * - ls -lah ${{github.workspace}} + - run: ls -lah ../ + - run: ls -lah ${{github.workspace}} - uses: actions/upload-artifact@v4 with: