Minor fixes

This commit is contained in:
Anmol Sethi 2020-05-27 20:38:29 -04:00
parent 80bcfd918b
commit 90caca3336
No known key found for this signature in database
GPG Key ID: 8CEF1878FF10ADEB
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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" \