From 90caca333651646620699b4c62920a198f36cf4f Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Wed, 27 May 2020 20:38:29 -0400 Subject: [PATCH] Minor fixes --- ci/build/release-github-assets.sh | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/build/release-github-assets.sh b/ci/build/release-github-assets.sh index 2388aad8..44dd7a7b 100755 --- a/ci/build/release-github-assets.sh +++ b/ci/build/release-github-assets.sh @@ -11,7 +11,7 @@ main() { source ./ci/lib.sh download_artifact release-packages ./release-packages - local assets=(./release-packages/*) + local assets=(./release-packages/code-server*$VERSION*{.tar.gz,.deb,.rpm}) for i in "${!assets[@]}"; do assets[$i]="--attach=${assets[$i]}" done diff --git a/install.sh b/install.sh index f226d519..7a781093 100755 --- a/install.sh +++ b/install.sh @@ -298,7 +298,7 @@ install_aur() { } install_standalone() { - echoh "Installing standalone release archive v$VERSION" + echoh "Installing standalone release archive v$VERSION from GitHub releases." echoh fetch "https://github.com/cdr/code-server/releases/download/v$VERSION/code-server-$VERSION-$OS-$ARCH.tar.gz" \