Skip to content

Commit

Permalink
Strip correct binary path
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Smet <[email protected]>
  • Loading branch information
LeeSmet committed Feb 23, 2023
1 parent 01329a1 commit 29b8453
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
target: x86_64-unknown-linux-musl
override: true
- run: cargo build --release --target x86_64-unknown-linux-musl --features vendored
- run: strip target/x86_64-unknown-linux-musl/release/zstor
- run: cp target/x86_64-unknown-linux-musl/release/zstor zstor_v2-x86_64-linux-musl
- run: strip target/x86_64-unknown-linux-musl/release/zstor_v2
- run: cp target/x86_64-unknown-linux-musl/release/zstor_v2 zstor_v2-x86_64-linux-musl

- name: Upload the artifacts
uses: skx/github-action-publish-binaries@master
Expand Down

0 comments on commit 29b8453

Please sign in to comment.