Skip to content

Commit

Permalink
Merge pull request #81 from cgiesche/sd_store
Browse files Browse the repository at this point in the history
Cleanup according to elgato spec
  • Loading branch information
cgiesche committed Feb 11, 2022
2 parents 3076fd9 + 3c9bb20 commit 650db1d
Show file tree
Hide file tree
Showing 4 changed files with 242 additions and 88 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
run: npm run build

- name: Create plugin folder structure
run: cp -r ./dist de.perdoctus.streamdeck.ha.sdPlugin
run: cp -r ./dist de.perdoctus.streamdeck.homeassistant.sdPlugin

- name: Zip Dist
run: zip -r release.zip ./de.perdoctus.streamdeck.ha.sdPlugin
run: zip -r release.zip ./de.perdoctus.streamdeck.homeassistant.sdPlugin

- name: Upload Release Asset
id: upload-release-asset
Expand All @@ -45,5 +45,5 @@ jobs:
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./release.zip
asset_name: StreamDeckHomeAssistant-${{ steps.tagName.outputs.tag }}.streamDeckPlugin
asset_name: de.perdoctus.streamdeck.homeassistant.streamDeckPlugin
asset_content_type: application/zip

0 comments on commit 650db1d

Please sign in to comment.