Skip to content

Commit 90caca3

Browse files
committed
Minor fixes
1 parent 80bcfd9 commit 90caca3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/build/release-github-assets.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ main() {
1111
source ./ci/lib.sh
1212

1313
download_artifact release-packages ./release-packages
14-
local assets=(./release-packages/*)
14+
local assets=(./release-packages/code-server*$VERSION*{.tar.gz,.deb,.rpm})
1515
for i in "${!assets[@]}"; do
1616
assets[$i]="--attach=${assets[$i]}"
1717
done

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ install_aur() {
298298
}
299299

300300
install_standalone() {
301-
echoh "Installing standalone release archive v$VERSION"
301+
echoh "Installing standalone release archive v$VERSION from GitHub releases."
302302
echoh
303303

304304
fetch "https://github.com/cdr/code-server/releases/download/v$VERSION/code-server-$VERSION-$OS-$ARCH.tar.gz" \

0 commit comments

Comments
 (0)