mirror of
https://github.com/danbulant/nushell
synced 2026-05-19 20:38:40 +00:00
tweaked strip ci (#4124)
This commit is contained in:
parent
9fca417f8c
commit
36a4effbb2
1 changed files with 2 additions and 2 deletions
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 a new issue