Skip to content

Commit

Permalink
forgot to change executable name, woops
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlternateDoctor committed Mar 8, 2024
1 parent 8476838 commit ab22cd3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
name: msbtool-mac
path: ${{runner.workspace}}/msbt_lib/target/debug/msbtool
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ab22cd3

Please sign in to comment.