Skip to content

Commit

Permalink
Changed name of executable
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlternateDoctor committed Mar 1, 2024
1 parent 83e1efd commit 0b8146c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -51,4 +51,4 @@ jobs:
- uses: actions/upload-artifact@v1
with:
name: msbdiff-mac
path: ${{runner.workspace}}/msbt_lib/msbt_lib/target/debug/msbdiff
path: ${{runner.workspace}}/msbt_lib/target/debug/msbdiff
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 0b8146c

Please sign in to comment.