Skip to content

Change KillSignal

Change KillSignal #10

Workflow file for this run

name: Build DEB Package
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build DEB package
run: |
chmod -R 775 rockpi-penta/DEBIAN/
dpkg-deb --build -Z gzip rockpi-penta
- name: Upload DEB package
uses: actions/upload-artifact@v2
with:
name: rockpi-penta.deb
path: rockpi-penta.deb