From 1bbf0c40f4a3927620f5be1c08176cb40560ccc1 Mon Sep 17 00:00:00 2001 From: iwate Date: Sun, 15 Mar 2020 22:41:20 +0900 Subject: [PATCH] fix workflow --- .github/workflows/release-win.yml | 3 --- 1 file changed, 3 deletions(-) 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