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 c3f2878 commit 97d3f72
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,28 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
working-directory: ./src/Aiplugs.PoshApp/bin/Desktop/
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./src/Aiplugs.PoshApp/bin/Desktop/POSH App Setup ${{ github.event.release.tag_name }}.exe
asset_path: 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
- name: Upload Release Asset2
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
working-directory: ./src/Aiplugs.PoshApp/bin/Desktop/
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./src/Aiplugs.PoshApp/bin/Desktop/POSH App Setup ${{ github.event.release.tag_name }}.exe.blockmap
asset_path: 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
- name: Upload Release Asset3
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
working-directory: ./src/Aiplugs.PoshApp/bin/Desktop/
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./src/Aiplugs.PoshApp/bin/Desktop/latest.yml
asset_path: latest.yml
asset_name: latest.yml
asset_content_type: text/yaml

0 comments on commit 97d3f72

Please sign in to comment.