Skip to content

Update copyrights for recently changed files #12

Update copyrights for recently changed files

Update copyrights for recently changed files #12

Workflow file for this run

name: Debian package
on:
push:
branches:
- feature/*
- main
workflow_dispatch:
jobs:
build-deb:
runs-on: ubuntu-latest
steps:
- name: Check out source
uses: actions/checkout@v3
- name: build debian package
uses: jtdor/build-deb-action@v1
env:
DEB_BUILD_OPTIONS: noautodbgsym
with:
buildpackage-opts: --build=binary --no-sign
docker-image: ubuntu:focal