Skip to content

Commit f5acbdc

Browse files
author
Harsh Vardhan
authored
Flatten binary release archives (#80)
Signed-off-by: Harsh Vardhan <[email protected]>
1 parent 392a66b commit f5acbdc

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ archives:
2626
- goos: 'windows'
2727
format: 'zip'
2828

29-
wrap_in_directory: true
29+
wrap_in_directory: false
3030
files:
3131
- README.md
3232
- LICENSE

scripts/install-latest.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ tar -xvf openebsctl.tar.gz
6363

6464
echo -e "\n\nExtracted Latest Release ----->"
6565

66-
cd "kubectl-openebs_""$LATEST_TAG""_"$UNAME"_""$XC_ARCH"
67-
6866
sudo cp kubectl-openebs /usr/local/bin
6967

7068
echo -e "\n\nCopied Latest Release to usr/local/bin ----->"

0 commit comments

Comments
 (0)