We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf4d194 commit e3fe396Copy full SHA for e3fe396
.circleci/release.sh
@@ -20,13 +20,13 @@ fi
20
21
# Install ghr
22
GHR_VERSION="v0.5.4"
23
-wget --quiet \
+curl -O \
24
"https://github.com/tcnksm/ghr/releases/download/${GHR_VERSION}/ghr_${GHR_VERSION}_linux_386.zip"
25
unzip ghr_${GHR_VERSION}_linux_386.zip
26
27
# Install upx
28
UPX_VERSION="3.94"
29
30
"https://github.com/upx/upx/releases/download/v${UPX_VERSION}/upx-${UPX_VERSION}-amd64_linux.tar.xz"
31
tar xf upx-${UPX_VERSION}-amd64_linux.tar.xz
32
mv upx-${UPX_VERSION}-amd64_linux/upx .
0 commit comments