-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3a87371
commit 19e8e8f
Showing
3 changed files
with
40 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
name: Release | ||
|
||
on: | ||
release: | ||
types: [created] | ||
|
||
jobs: | ||
bundle: | ||
runs-on: ubuntu-latest | ||
name: Bundle | ||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Build GDOv1-S bundle | ||
run: | | ||
mkdir GarageDoorOpenerGDOv1S | ||
cp bundles/gdov1-s.txt GarageDoorOpenerGDOv1S/install.txt | ||
cp bundles/gdov1-s.txt GarageDoorOpenerGDOv1S/update.txt | ||
cp konnected-gdov1-s.groovy GarageDoorOpenerGDOv1S/konnected.KonnectedGarageDoorGDOv1S.groovy | ||
wget -O GarageDoorOpenerGDOv1S/esphome.espHomeApiHelper.groovy https://raw.githubusercontent.com/konnected-io/hubitat-public/main/ESPHome/ESPHome-API-Library.groovy | ||
- name: Zip bundles | ||
uses: thedoctor0/[email protected] | ||
with: | ||
type: 'zip' | ||
path: GarageDoorOpenerGDOv1S | ||
filename: GarageDoorOpenerGDOv1S.zip | ||
|
||
- name: Upload to Release | ||
uses: Shopify/[email protected] | ||
with: | ||
name: GarageDoorOpenerGDOv1S.zip | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
konnected | ||
Garage Door Opener GDOv1-S | ||
library esphome.espHomeApiHelper.groovy | ||
driver konnected.KonnectedGarageDoorGDOv1S.groovy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters