mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-22 13:38:43 +00:00
Fix release script (#368)
This commit is contained in:
parent
b89a4a56b8
commit
9372ea4e53
1 changed files with 0 additions and 1 deletions
1
.github/scripts/pack-release-archives.sh
vendored
1
.github/scripts/pack-release-archives.sh
vendored
|
@ -5,7 +5,6 @@ for o in outputs/*; do
|
||||||
pushd "$o"
|
pushd "$o"
|
||||||
|
|
||||||
chmod +x cargo-binstall*
|
chmod +x cargo-binstall*
|
||||||
cp ../../LICENSE.txt ../../README.md .
|
|
||||||
|
|
||||||
target=$(basename "$o" | cut -d. -f1)
|
target=$(basename "$o" | cut -d. -f1)
|
||||||
if grep -qE '(apple|windows)' <<< "$target"; then
|
if grep -qE '(apple|windows)' <<< "$target"; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue