Skip to content

Commit cdb4971

Browse files
committed
fix: add debug point
1 parent 8d6e218 commit cdb4971

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
@@ -21,6 +21,7 @@ jobs:
2121
export GO_HOME=/usr/local/go && \
2222
export GOPATH=/go && \
2323
export PATH=${GOPATH}/bin:${GO_HOME}/bin/:$PATH && \
24+
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 && \
2627
sudo mv github-assets-uploader /usr/sbin/ && \

0 commit comments

Comments
 (0)