diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43156c1..3c2b737 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: uses: actions/upload-artifact@v2 with: name: ${{matrix.build-type}}-com.fredemmott.micmutetoggle.streamDeckPlugin - path: ${{runner.temp}}/com.fredemmott.micmutetoggle.streamDeckPlugin + path: com.fredemmott.micmutetoggle.streamDeckPlugin strategy: matrix: os: [windows] @@ -58,7 +58,8 @@ jobs: with: path: ${{runner.temp}}/artifacts - name: Display downloaded files - run: ls -R artifacts + run: ls -R + working-directory: ${{runner.temp}}/artifacts - name: Create Draft Release id: create-release if: steps.ref.outputs.is-release == 'true' @@ -69,7 +70,7 @@ jobs: release_name: Release ${{ steps.ref.outputs.tag }} tag_name: ${{steps.ref.outputs.tag}} draft: true - - name: Attach OBS/Release/Win64 + - name: Attach Release Build if: steps.ref.outputs.is-release == 'true' uses: actions/upload-release-asset@v1 env: @@ -77,5 +78,5 @@ jobs: with: upload_url: ${{ steps.create-release.outputs.upload_url }} asset_path: ${{runner.temp}}/final/obs-streaming-remote-win64.zip - asset_name: obs-streaming-remote-win64.zip - asset_content_type: application/zip + asset_name: com.fredemmott.micemutetoggle.sdPlugin + asset_content_type: application/octet-stream