diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index fcc1510..220a841 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -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 @@ -38,7 +37,6 @@ 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 @@ -46,6 +44,6 @@ jobs: 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