Skip to content

Commit f5ca38e

Browse files
committed
fix: add go bin path to GITHUB_PATH
1 parent 5531f86 commit f5ca38e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
export GO_HOME=/usr/bin/go && \
2121
export GOPATH=/go && \
2222
export PATH=${GOPATH}/bin:${GO_HOME}/bin/:$PATH && \
23+
echo "/usr/bin/go/bin" >> $GITHUB_PATH
2324
go version && \
2425
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 && \
2526
tar -zxf github-assets-uploader.tar.gz && \

0 commit comments

Comments
 (0)