Skip to content

Commit

Permalink
[release] update rust-upload-binary-action, remove strip workaround
Browse files Browse the repository at this point in the history
As mentioned in
#1345 (comment), this
workaround is no longer required with the latest version of
rust-upload-binary-action.
  • Loading branch information
sunshowers committed Mar 5, 2024
1 parent f9a301d commit 4e259a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -189,7 +189,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
- uses: taiki-e/upload-rust-binary-action@aefa20ac5893ee9a660dd3e995c9dc9a715e93f0 # v1.18.0
- uses: taiki-e/upload-rust-binary-action@6eae9d714e13744ede2258c97f4390dd0d88331e # v1.19.0
with:
bin: cargo-nextest
# The tag name contains the binary name so just use that.
Expand Down
4 changes: 0 additions & 4 deletions Cargo.toml
Expand Up @@ -35,10 +35,6 @@ opt-level = 3
[profile.dev.package.similar]
opt-level = 3

[profile.release]
# This is Cargo's default, but the rust-binary-upload-action calls `strip` if this isn't set anyway.
strip = "none"

[patch.crates-io]
nextest-workspace-hack = { path = "workspace-hack" }

Expand Down

0 comments on commit 4e259a7

Please sign in to comment.