summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Schroeder <343840+fdncred@users.noreply.github.com>2021-11-15 14:30:32 -0600
committerGitHub <noreply@github.com>2021-11-15 14:30:32 -0600
commit36a4effbb213cb7981fc8070aee67867ef3111c3 (patch)
tree800700c67f12c50cb192e51c05a699c60bbf7904
parent9fca417f8c3ac682a27dbdc3b5c1bfa16f63485a (diff)
tweaked strip ci (#4124)
-rw-r--r--.github/workflows/release.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 32c401d3f..063c866bf 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -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