Skip to content

Commit

Permalink
misc: remove strip from release process
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Griffon <anthony@griffon.one>
  • Loading branch information
Miaxos committed Dec 6, 2023
1 parent dd95353 commit 738b8b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ jobs:
os: ubuntu-latest
rust: stable
target: x86_64-unknown-linux-gnu
strip: x86_64-linux-gnu-strip
qemu: i386
- build: stable-aarch64
os: ubuntu-latest
Expand Down Expand Up @@ -110,10 +109,10 @@ jobs:
os: windows-latest
rust: nightly
target: x86_64-pc-windows-msvc
- build: win-gnu
os: windows-2022
rust: nightly-x86_64-gnu
target: x86_64-pc-windows-gnu
# - build: win-gnu
# os: windows-2022
# rust: nightly-x86_64-gnu
# target: x86_64-pc-windows-gnu

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion ci/build-m1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fi
target=aarch64-apple-darwin
OPENSSL_STATIC=1 cargo build --bin swarmd --release --target $target
BIN=target/$target/release/swarmd
NAME=swarmd-$version-$target
NAME=swarmd-$target
ARCHIVE="deployment/m1/$NAME"

mkdir -p "$ARCHIVE"/doc
Expand Down

0 comments on commit 738b8b1

Please sign in to comment.