Update build-ubuntu-deb.yml
This commit is contained in:
10
.github/workflows/build-ubuntu-deb.yml
vendored
10
.github/workflows/build-ubuntu-deb.yml
vendored
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user