Update build.yml

This commit is contained in:
Telesphoreo 2022-05-14 18:47:29 -05:00 committed by GitHub
parent f746cd84a9
commit 277f6a00d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ jobs:
args: --release --all-features
- uses: actions/upload-release-asset@v1
with:
upload_url: ${{ steps.build }}
asset_path: target/release/IBConverter.exe
asset_name: IBConverter.exe
asset_content_type: application/octet-stream