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 8d6e218 commit cdb4971Copy full SHA for cdb4971
.github/workflows/release.yaml
@@ -21,6 +21,7 @@ jobs:
21
export GO_HOME=/usr/local/go && \
22
export GOPATH=/go && \
23
export PATH=${GOPATH}/bin:${GO_HOME}/bin/:$PATH && \
24
+ go version && \
25
wget --no-check-certificate --progress=dot:mega https://github.com/wangyoucao577/assets-uploader/releases/download/v0.3.0/github-assets-uploader-v0.3.0-linux-amd64.tar.gz -O github-assets-uploader.tar.gz && \
26
tar -zxf github-assets-uploader.tar.gz && \
27
sudo mv github-assets-uploader /usr/sbin/ && \
0 commit comments