Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iwate committed Mar 15, 2020
1 parent 0e47f4e commit 1bbf0c4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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

0 comments on commit 1bbf0c4

Please sign in to comment.