This commit is contained in:
Alexandr Bogomyakov
2023-06-20 03:37:22 +03:00
parent 7427974cc8
commit a3590d9871

View File

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