diff options
| author | heqnx <root@heqnx.com> | 2025-06-04 11:41:51 +0300 | 
|---|---|---|
| committer | heqnx <root@heqnx.com> | 2025-06-04 11:41:51 +0300 | 
| commit | 0cfabaf477c79a9ab06592e488211b23a8a930ed (patch) | |
| tree | 60528d7d3b91951fc90b0e4a8c94cca324db408c | |
| parent | 19c4ceace87d99943d22f54439a66878fffff429 (diff) | |
| download | go-shellcode2uuid-0cfabaf477c79a9ab06592e488211b23a8a930ed.tar.gz go-shellcode2uuid-0cfabaf477c79a9ab06592e488211b23a8a930ed.zip | |
stripping .git suffix, added license and readme to release
| -rwxr-xr-x | build-release.sh | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/build-release.sh b/build-release.sh index d93c4a0..5f1b978 100755 --- a/build-release.sh +++ b/build-release.sh @@ -13,8 +13,9 @@ DEBIAN_FRONTEND=noninteractive apt-get install -y make zip git  (      cd /mnt      REPO_NAME=$(basename $(git remote get-url origin)) +    REPO_NAME="${REPO_NAME%.git}"      make all -    zip -r "${REPO_NAME}-release.zip" build/ +    zip -r "${REPO_NAME}-release.zip" LICENSE README.md build/      make clean  )  ' |