Skip to content

Commit

Permalink
update Github release action
Browse files Browse the repository at this point in the history
  • Loading branch information
heythisisnate committed Nov 22, 2023
1 parent ceb507e commit 18c3556
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
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
cp drivers/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
Expand All @@ -31,6 +31,6 @@ jobs:
uses: Shopify/[email protected]
with:
name: GarageDoorOpenerGDOv1S.zip
path: GarageDoorOpenerGDOv1S
path: ./
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 18c3556

Please sign in to comment.