Initial commit for relaytv-ha
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
name: Release
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "v*"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Create relaytv.zip for HACS
|
||||
run: |
|
||||
cd custom_components
|
||||
zip -r ../relaytv.zip relaytv
|
||||
|
||||
- name: Create GitHub Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
files: relaytv.zip
|
||||
Reference in New Issue
Block a user