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 5531f86 commit f5ca38eCopy full SHA for f5ca38e
.github/workflows/release.yaml
@@ -20,6 +20,7 @@ jobs:
20
export GO_HOME=/usr/bin/go && \
21
export GOPATH=/go && \
22
export PATH=${GOPATH}/bin:${GO_HOME}/bin/:$PATH && \
23
+ echo "/usr/bin/go/bin" >> $GITHUB_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 && \
0 commit comments