Skip to content

Commit 78419d4

Browse files
authored
Update main.yml
1 parent 1359803 commit 78419d4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,8 @@ jobs:
5959
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6060
with:
6161
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
62-
asset_path: |
63-
_build/src/RelWithDebInfo/ectool.exe
64-
_build/src/RelWithDebInfo/ectool.pdb
65-
asset_name: ectool-windows-amd64.zip
62+
asset_path: _build/src/RelWithDebInfo/ectool.exe
63+
asset_name: ectool.zip
6664
asset_content_type: application/zip
6765

6866

0 commit comments

Comments
 (0)