Test action
This commit is contained in:
parent
860928fcf5
commit
10f4c5d568
1 changed files with 4 additions and 10 deletions
14
.github/workflows/build-deb.yml
vendored
14
.github/workflows/build-deb.yml
vendored
|
@ -3,6 +3,7 @@ name: Build Deb Package
|
|||
|
||||
# yamllint disable-line rule:truthy
|
||||
on:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
release:
|
||||
types: ["published"]
|
||||
|
@ -10,14 +11,7 @@ jobs:
|
|||
build-deb-package:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Build Debian package
|
||||
uses: dawidd6/action-debian-package@v1
|
||||
with:
|
||||
# Optional, relative to workspace directory
|
||||
source_directory: homeassistant-supervised
|
||||
# # Optional, value from `debian/changelog` is used if not defined
|
||||
# os_distribution: bullseye
|
||||
# # Optional, target architecture, defaults to amd64
|
||||
# cpu_architecture: all
|
||||
- run: chmod 755 homeassistant-supervised/DEBIAN/p*
|
||||
- run: dpkg-deb --build --root-owner-group homeassistant-supervised
|
Loading…
Reference in a new issue