From 00f43103443f6abb7742c874ec5747db777d9219 Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Sat, 14 May 2022 18:52:42 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 81d4985..0e4febe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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