From f746cd84a9a5a966e18167f64b13c7fc4a05f21e Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Sat, 14 May 2022 18:43:33 -0500 Subject: [PATCH] lets try this --- .github/workflows/build.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0e4febe..f8db1fb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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