Skip to content

Commit d59770e

Browse files
committed
Strip release binary in workflow
1 parent 82b3fd6 commit d59770e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-and-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
key: stable
1818
- name: Build release
1919
run: cargo build --release
20+
- name: Strip binary
21+
run: strip target/release/npm-audit-to-report
2022
- name: Upload release binary as artifact
2123
uses: actions/upload-artifact@v4
2224
with:

0 commit comments

Comments
 (0)