From 56e5494ee06b3dbf78e2aebf6e1450e8eaef807d Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Tue, 12 Mar 2024 23:13:51 -0700 Subject: [PATCH] Update build-ubuntu-deb.yml --- .github/workflows/build-ubuntu-deb.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-ubuntu-deb.yml b/.github/workflows/build-ubuntu-deb.yml index ed1eb85..f6b0609 100644 --- a/.github/workflows/build-ubuntu-deb.yml +++ b/.github/workflows/build-ubuntu-deb.yml @@ -25,6 +25,8 @@ jobs: - name: Build run: debuild -uc -us + - run: ls + - uses: actions/upload-artifact@v4 with: name: 'ubuntu-build'