Skip to content

Commit e3fe396

Browse files
committed
Bump release script
1 parent bf4d194 commit e3fe396

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ fi
2020

2121
# Install ghr
2222
GHR_VERSION="v0.5.4"
23-
wget --quiet \
23+
curl -O \
2424
"https://github.com/tcnksm/ghr/releases/download/${GHR_VERSION}/ghr_${GHR_VERSION}_linux_386.zip"
2525
unzip ghr_${GHR_VERSION}_linux_386.zip
2626

2727
# Install upx
2828
UPX_VERSION="3.94"
29-
wget --quiet \
29+
curl -O \
3030
"https://github.com/upx/upx/releases/download/v${UPX_VERSION}/upx-${UPX_VERSION}-amd64_linux.tar.xz"
3131
tar xf upx-${UPX_VERSION}-amd64_linux.tar.xz
3232
mv upx-${UPX_VERSION}-amd64_linux/upx .

0 commit comments

Comments
 (0)