From 59d621432cd72741d7a2c27c953ffbfcad0a0cba Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Sat, 14 May 2022 01:18:06 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 23f5001..970d2d7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,3 +15,7 @@ jobs: with: command: build args: --release --all-features + - uses: actions/upload-artifact@v3 + with: + name: IBConverter-Linux + path: target/release/IBConverter*