Skip to content

Commit 4e259a7

Browse files
committed
[release] update rust-upload-binary-action, remove strip workaround
As mentioned in #1345 (comment), this workaround is no longer required with the latest version of rust-upload-binary-action.
1 parent f9a301d commit 4e259a7

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
190190
- name: Install Rust
191191
uses: dtolnay/rust-toolchain@stable
192-
- uses: taiki-e/upload-rust-binary-action@aefa20ac5893ee9a660dd3e995c9dc9a715e93f0 # v1.18.0
192+
- uses: taiki-e/upload-rust-binary-action@6eae9d714e13744ede2258c97f4390dd0d88331e # v1.19.0
193193
with:
194194
bin: cargo-nextest
195195
# The tag name contains the binary name so just use that.

Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ opt-level = 3
3535
[profile.dev.package.similar]
3636
opt-level = 3
3737

38-
[profile.release]
39-
# This is Cargo's default, but the rust-binary-upload-action calls `strip` if this isn't set anyway.
40-
strip = "none"
41-
4238
[patch.crates-io]
4339
nextest-workspace-hack = { path = "workspace-hack" }
4440

0 commit comments

Comments
 (0)