From 0b8146cf34eaac9c849a28452ea855ae9e5adbda Mon Sep 17 00:00:00 2001 From: TheAlternateDoctor Date: Sat, 2 Mar 2024 00:05:30 +0100 Subject: [PATCH] Changed name of executable --- .github/workflows/debug.yml | 6 +++--- Cargo.toml | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 8f2ffed..0f1fc87 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/upload-artifact@v1 with: name: msbdiff-linux - path: ${{runner.workspace}}/msbt_lib/msbt_lib/target/debug/msbdiff + path: ${{runner.workspace}}/msbt_lib/target/debug/msbdiff windows: name: Windows runs-on: windows-latest @@ -37,7 +37,7 @@ jobs: - uses: actions/upload-artifact@v1 with: name: msbdiff-windows - path: ${{runner.workspace}}/msbt_lib/msbt_lib/target/debug/msbdiff.exe + path: ${{runner.workspace}}/msbt_lib/target/debug/msbdiff.exe macos: name: Mac runs-on: macos-latest @@ -51,4 +51,4 @@ jobs: - uses: actions/upload-artifact@v1 with: name: msbdiff-mac - path: ${{runner.workspace}}/msbt_lib/msbt_lib/target/debug/msbdiff \ No newline at end of file + path: ${{runner.workspace}}/msbt_lib/target/debug/msbdiff \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index 42bfcce..c246082 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,10 @@ name = "msbt" version = "0.1.0" edition = "2021" +[[bin]] +name = "msbdiff" +path = "src/main.rs" + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]