Skip to content

Commit

Permalink
Fix ZIP bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
heythisisnate committed Nov 22, 2023
1 parent 14122d5 commit fc68132
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 @@ -24,13 +24,13 @@ jobs:
uses: thedoctor0/[email protected]
with:
type: 'zip'
path: GarageDoorOpenerGDOv1S
directory: GarageDoorOpenerGDOv1S
filename: GarageDoorOpenerGDOv1S.zip

- name: Upload to Release
uses: Shopify/[email protected]
with:
name: GarageDoorOpenerGDOv1S.zip
path: GarageDoorOpenerGDOv1S.zip
path: GarageDoorOpenerGDOv1S/GarageDoorOpenerGDOv1S.zip
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fc68132

Please sign in to comment.