Update build.yml

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

View File

@ -35,3 +35,19 @@ jobs:
with:
name: IBConverter-macOS
path: target/release/IBConverter
build_linux:
name: IBConverter Linux
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: build
args: --release --all-features
- uses: actions/upload-artifact@v3
with:
name: IBConverter-Linux
path: target/release/IBConverter