mirror of
https://github.com/house-of-vanity/rexec.git
synced 2025-07-07 08:54:06 +00:00
1.0.1
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -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 }}*
|
Reference in New Issue
Block a user