Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianBis authored Jan 2, 2022
1 parent d6ea92e commit 1dd0da6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
uses: AdamCarballo/streamdeck-distribution-tool@97c0af35ffdb57f23413c1bab443287797e16c0b
with:
input: com.damianbis.simhub.sdPlugin
output: Release/
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand All @@ -38,14 +37,13 @@ jobs:
release_name: ${{ steps.version.outputs.majorMinorPatch }}
draft: false
prerelease: false
- run: Get-ChildItem -Recurse
- name: Upload Release Asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./Release/com.damianbis.simhub.sdPlugin
asset_name: com.damianbis.simhub.sdPlugin
asset_path: /com.damianbis.simhub.streamDeckPlugin
asset_name: com.damianbis.simhub.streamDeckPlugin
asset_content_type: application/zip

0 comments on commit 1dd0da6

Please sign in to comment.