mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 20:48:43 +00:00
Revert "Run strip
as a separate step in job build
"
This reverts commit 8bdd089775
.
This commit is contained in:
parent
8bdd089775
commit
a378be8bc6
1 changed files with 0 additions and 4 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -100,10 +100,6 @@ jobs:
|
|||
- name: Copy and rename utility
|
||||
run: cp target/${{ matrix.target }}/release/${{ matrix.output }} ${{ matrix.output }}
|
||||
|
||||
- name: Strip the executable
|
||||
if: ${{ matrix.os != 'windows-latest' }}
|
||||
run: strip ${{ matrix.output }}
|
||||
|
||||
- name: Create archive (tgz, linux)
|
||||
if: ${{ matrix.os != 'macos-latest' && matrix.os != 'windows-latest' }}
|
||||
run: tar -czvf cargo-binstall-${{ matrix.target }}.tgz ${{ matrix.output }}
|
||||
|
|
Loading…
Add table
Reference in a new issue