diff --git a/.github/workflows/release-win.yml b/.github/workflows/release-win.yml index 7eb9dfb..ce67656 100644 --- a/.github/workflows/release-win.yml +++ b/.github/workflows/release-win.yml @@ -29,7 +29,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ github.event.release.upload_url }} - asset_path: ./src/Aiplugs.PoshApp/bin/Desktop/* asset_path: ./src/Aiplugs.PoshApp/bin/Desktop/POSH-App-Setup-${{ github.event.release.tag_name }}.exe asset_name: POSH-App-Setup-${{ github.event.release.tag_name }}.exe asset_content_type: application/octet-stream @@ -39,7 +38,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ github.event.release.upload_url }} - asset_path: ./src/Aiplugs.PoshApp/bin/Desktop/* asset_path: ./src/Aiplugs.PoshApp/bin/Desktop/POSH-App-Setup-${{ github.event.release.tag_name }}.exe.blockmap asset_name: POSH-App-Setup-${{ github.event.release.tag_name }}.exe.blockmap asset_content_type: application/octet-stream @@ -49,7 +47,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ github.event.release.upload_url }} - asset_path: ./src/Aiplugs.PoshApp/bin/Desktop/* asset_path: ./src/Aiplugs.PoshApp/bin/Desktop/latest.yml asset_name: latest.yml asset_content_type: text/yaml