Skip to content

Commit 2c2e791

Browse files
authored
Update main.yml
1 parent bb12757 commit 2c2e791

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ jobs:
5656
GITHUB_TOKEN: ${{ github.token }}
5757
with:
5858
upload_url: ${{ steps.create_release.outputs.upload_url }}
59-
asset_path: |
60-
_build/src/RelWithDebInfo/ectool.exe
61-
_build/src/RelWithDebInfo/ectool.pdb
59+
asset_path: ectool.zip
6260
asset_name: ectool.windows-amd64.zip
6361
asset_content_type: application/zip
6462

0 commit comments

Comments
 (0)