Skip to content

Commit

Permalink
Update testwinbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackschedel committed May 8, 2023
1 parent 986a221 commit 155e4b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/testwinbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./release/win-better-chatgpt-Setup-1.0.3.exe
asset_name: win-better-chatgpt-Setup-1.0.3.exe
asset_path: ./release/win-better-chatgpt-1.0.3-x64.exe
asset_name: win-better-chatgpt-1.0.3-x64.exe
asset_content_type: application/vnd.microsoft.portable-executable

- name: Upload Release Asset - win-better-chatgpt-1.0.3-x64.blockmap
Expand All @@ -95,6 +95,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./release/win-better-chatgpt-Setup-1.0.3.exe.blockmap
asset_name: win-better-chatgpt-Setup-1.0.3.exe.blockmap
asset_path: ./release/win-better-chatgpt-1.0.3-x64.blockmap
asset_name: win-better-chatgpt-1.0.3-x64.blockmap
asset_content_type: application/octet-stream

0 comments on commit 155e4b1

Please sign in to comment.