We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb12757 commit 2c2e791Copy full SHA for 2c2e791
1 file changed
.github/workflows/main.yml
@@ -56,9 +56,7 @@ jobs:
56
GITHUB_TOKEN: ${{ github.token }}
57
with:
58
upload_url: ${{ steps.create_release.outputs.upload_url }}
59
- asset_path: |
60
- _build/src/RelWithDebInfo/ectool.exe
61
- _build/src/RelWithDebInfo/ectool.pdb
+ asset_path: ectool.zip
62
asset_name: ectool.windows-amd64.zip
63
asset_content_type: application/zip
64
0 commit comments