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'