diff --git a/ci/build/release-github-assets.sh b/ci/build/release-github-assets.sh index 2388aad82..44dd7a7b0 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 f226d5195..7a7810938 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" \