mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-04-27 23:01:20 +00:00
Merge pull request #76 from bartvdbraak/fix/strip-fails
Fix strip command in release workflow
This commit is contained in:
commit
bea02e6bd8
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