From 68ec0753abf5bbe4f6e6d192dce45f141fe5e19d Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Tue, 12 Mar 2024 12:47:52 -0700 Subject: [PATCH] Update build-ubuntu-deb.yml --- .github/workflows/build-ubuntu-deb.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-ubuntu-deb.yml b/.github/workflows/build-ubuntu-deb.yml index 59a742e..9ead71a 100644 --- a/.github/workflows/build-ubuntu-deb.yml +++ b/.github/workflows/build-ubuntu-deb.yml @@ -1,10 +1,11 @@ name: Build Ubuntu .deb on: + workflow_dispatch: push: - branches: [ "qml" ] + branches: [ "main" ] pull_request: - branches: [ "qml" ] + branches: [ "main" ] jobs: build: @@ -23,3 +24,8 @@ jobs: - name: Build run: debuild -uc -us + + - uses: actions/upload-artifact@v4 + with: + name: 'ubuntu-build' + path: '*.deb'