mirror of
https://github.com/nushell/nushell.git
synced 2025-01-24 07:09:02 +01:00
tweaked strip ci (#4124)
This commit is contained in:
parent
9fca417f8c
commit
36a4effbb2
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
args: --release --all --features=extra
|
||||
|
||||
- name: Strip release binary (linux)
|
||||
run: strip "target/${{ matrix.target }}/release/nu*"
|
||||
run: strip "target/release/nu*"
|
||||
|
||||
- name: Create output directory
|
||||
run: mkdir output
|
||||
@ -75,7 +75,7 @@ jobs:
|
||||
args: --release --all --features=extra
|
||||
|
||||
- name: Strip release binary (macos)
|
||||
run: strip "target/${{ matrix.target }}/release/nu*"
|
||||
run: strip "target/release/nu*"
|
||||
|
||||
- name: Create output directory
|
||||
run: mkdir output
|
||||
|
Loading…
Reference in New Issue
Block a user