Skip to content

Commit

Permalink
update binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
Smehnov committed Jan 16, 2024
1 parent cf7d4a4 commit e74ec2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ jobs:
- name: Build archive
shell: bash
run: |
binary_name="robot-agent"
binary_name="robotagent"
dirname="$binary_name-${{ env.VERSION }}-${{ matrix.platform.target }}"
mkdir "$dirname"
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[[bin]]
edition = "2021"
name = "robotagent"
name = "robot-agent"
path = "src/main.rs"


Expand Down

0 comments on commit e74ec2b

Please sign in to comment.