Update build.yml

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

View File

@ -15,12 +15,10 @@ jobs:
with:
command: build
args: --release --all-features
- uses: actions/upload-release-asset@v1
- uses: actions/upload-artifact@v3
with:
upload_url: ${{ steps.build }}
asset_path: target/release/IBConverter.exe
asset_name: IBConverter.exe
asset_content_type: application/octet-stream
name: IBConverter-Windows
path: target/release/IBConverter.exe
build_macos:
name: IBConverter Mac
runs-on: macos-latest