diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 0f1fc87..af873ec 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -22,8 +22,8 @@ jobs: run: cargo test --verbose - uses: actions/upload-artifact@v1 with: - name: msbdiff-linux - path: ${{runner.workspace}}/msbt_lib/target/debug/msbdiff + name: msbtool-linux + path: ${{runner.workspace}}/msbt_lib/target/debug/msbtool windows: name: Windows runs-on: windows-latest @@ -36,8 +36,8 @@ jobs: run: cargo test --verbose - uses: actions/upload-artifact@v1 with: - name: msbdiff-windows - path: ${{runner.workspace}}/msbt_lib/target/debug/msbdiff.exe + name: msbtool-windows + path: ${{runner.workspace}}/msbt_lib/target/debug/msbtool.exe macos: name: Mac runs-on: macos-latest @@ -50,5 +50,5 @@ jobs: run: cargo test --verbose - uses: actions/upload-artifact@v1 with: - name: msbdiff-mac - path: ${{runner.workspace}}/msbt_lib/target/debug/msbdiff \ No newline at end of file + name: msbtool-mac + path: ${{runner.workspace}}/msbt_lib/target/debug/msbtool \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index d8d0bc6..ac7d82d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [[bin]] -name = "msbdiff" +name = "msbtool" path = "src/main.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html