lets try this

This commit is contained in:
Telesphoreo 2022-05-14 18:43:33 -05:00 committed by GitHub
parent 5773d7cbfc
commit f746cd84a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

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