first test of build deb

This commit is contained in:
Matheson Steplock 2021-09-24 02:17:44 +00:00 committed by GitHub
parent e875db60a1
commit b02922641b

19
.github/workflows/build-deb.yml vendored Normal file
View file

@ -0,0 +1,19 @@
name: Build Deb Package
# yamllint disable-line rule:truthy
on:
workflow_dispatch:
release:
types: ["published"]
jobs:
build-deb-package:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Build Debian package
uses: dawidd6/action-debian-package@v1
with:
# Optional, relative to workspace directory
source_directory: homeassistant-supervised