We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b3fd6 commit d59770eCopy full SHA for d59770e
.github/workflows/build-and-release.yml
@@ -17,6 +17,8 @@ jobs:
17
key: stable
18
- name: Build release
19
run: cargo build --release
20
+ - name: Strip binary
21
+ run: strip target/release/npm-audit-to-report
22
- name: Upload release binary as artifact
23
uses: actions/upload-artifact@v4
24
with:
0 commit comments