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 c0ad1c5 commit 420387e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ jobs:
- name: Determine Version
id: version
uses: gittools/actions/gitversion/execute@d10d9135cb3a77c160488dc7ed5899acf9b691f6
- run: mkdir Release
- name: StreamDeck Distribution Tool
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 @@ -43,6 +45,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./com.damianbis.simhub.sdPlugin
asset_path: ./Release/com.damianbis.simhub.sdPlugin
asset_name: com.damianbis.simhub.sdPlugin
asset_content_type: application/zip

0 comments on commit 420387e

Please sign in to comment.