Update build-ubuntu-deb.yml

This commit is contained in:
oxmc
2024-03-12 12:47:52 -07:00
committed by GitHub
parent 61cf6a1cc1
commit 68ec0753ab

View File

@@ -1,10 +1,11 @@
name: Build Ubuntu .deb name: Build Ubuntu .deb
on: on:
workflow_dispatch:
push: push:
branches: [ "qml" ] branches: [ "main" ]
pull_request: pull_request:
branches: [ "qml" ] branches: [ "main" ]
jobs: jobs:
build: build:
@@ -23,3 +24,8 @@ jobs:
- name: Build - name: Build
run: debuild -uc -us run: debuild -uc -us
- uses: actions/upload-artifact@v4
with:
name: 'ubuntu-build'
path: '*.deb'