mirror of
https://github.com/chmln/handlr.git
synced 2024-11-27 03:13:49 +01:00
Strip release binary
This commit is contained in:
parent
8499dab5e8
commit
b44add70c9
1 changed files with 6 additions and 0 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -19,9 +19,15 @@ jobs:
|
|||
- uses: hecrj/setup-rust-action@v1
|
||||
with:
|
||||
rust-version: stable
|
||||
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- name: Build
|
||||
run: cargo build --release --locked
|
||||
|
||||
- name: Strip binary
|
||||
run: strip target/release/handlr
|
||||
|
||||
- name: Upload binaries to release
|
||||
uses: svenstaro/upload-release-action@v1-release
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue