Skip to content

Commit

Permalink
Flatten binary release archives (#80)
Browse files Browse the repository at this point in the history
Signed-off-by: Harsh Vardhan <[email protected]>
  • Loading branch information
Harsh Vardhan committed Aug 13, 2021
1 parent 392a66b commit f5acbdc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ archives:
- goos: 'windows'
format: 'zip'

wrap_in_directory: true
wrap_in_directory: false
files:
- README.md
- LICENSE
Expand Down
2 changes: 0 additions & 2 deletions scripts/install-latest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ tar -xvf openebsctl.tar.gz

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

cd "kubectl-openebs_""$LATEST_TAG""_"$UNAME"_""$XC_ARCH"

sudo cp kubectl-openebs /usr/local/bin

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

0 comments on commit f5acbdc

Please sign in to comment.