Skip to content

Commit

Permalink
Fix Cargo.toml and release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Artin-GH committed Jul 23, 2024
1 parent 629e4a0 commit f664514
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ on:
workflow_dispatch:

env:
BIN_NAME: bfoot
PROJECT_NAME: bumblefoot
REPO_NAME: spectralops/rust-ci-release-template
BREW_TAP: jondot/homebrew-tap
BIN_NAME: minigrep
PROJECT_NAME: minigrep
REPO_NAME: Artin-GH/minigrep
BREW_TAP: Artin-GH/minigrep

jobs:
dist:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[[bin]]
name = "bfoot"
name = "minigrep"
path = "src/main.rs"

[dependencies]

0 comments on commit f664514

Please sign in to comment.