Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
firstof9 authored Nov 17, 2023
1 parent 02402db commit ccd2104
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ jobs:
cd ${{ github.workspace }}/custom_components/keymaster
zip keymaster.zip -r ./
- name: 📤 Upload zip to release
if: ${{ github.event_name == 'release' }}
uses: softprops/[email protected]
with:
files: ${{ github.workspace }}/custom_components/keymaster/keymaster.zip
- name: 📤 Upload zip to release
if: ${{ github.event_name == 'workflow_dispatch' }}
uses: softprops/[email protected]
with:
files: ${{ github.workspace }}/custom_components/keymaster/keymaster.zip
tag_name: ${{inputs.tags}}

0 comments on commit ccd2104

Please sign in to comment.