mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-04-28 07:11:21 +00:00
fix: strip command in release workflow always return
This commit is contained in:
parent
78bfcfa3e6
commit
0b685a051a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -123,7 +123,7 @@ jobs:
|
|||
ext=""
|
||||
[[ "${{ matrix.name }}" == windows-* ]] && ext=".exe"
|
||||
bin="target/${{ matrix.target }}/release/keyweave${ext}"
|
||||
[[ "${{ matrix.name }}" != windows-* ]] && strip "$bin"
|
||||
strip "$bin" || true
|
||||
dst="keyweave-${{ matrix.target }}"
|
||||
mkdir -p "$dst" dist
|
||||
cp "$bin" "$dst/"
|
||||
|
|
Loading…
Reference in a new issue