This commit is contained in:
Alexandr Bogomyakov
2023-06-20 03:29:47 +03:00
parent 9686d2157d
commit 7427974cc8
3 changed files with 10 additions and 1 deletions

View File

@ -28,6 +28,8 @@ jobs:
with:
name: ${{ env.BINARY_NAME }}
path: target/x86_64-unknown-linux-musl/release/${{ env.BINARY_NAME }}*
- name: Strip binary
run: strip target/x86_64-unknown-linux-musl/release/${{ env.BINARY_NAME }}
- uses: ncipollo/release-action@v1
with:
artifacts: target/x86_64-unknown-linux-musl/release/${{ env.BINARY_NAME }}*