File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ jobs:
27
27
- run : go get github.com/eclipse/paho.mqtt.golang
28
28
- run : go get go.bug.st/serial
29
29
- run : make
30
- # - run: sudo apt-get install -y upx && sudo apt-get clean
31
- # - run: upx -f --brute -o dist/GoHeishaMon_MIPSUPX dist/GoHeishaMon_MIPS
30
+ - run : sudo apt-get install -y upx && sudo apt-get clean
31
+ - run : upx -f --brute -o dist/GoHeishaMon_MIPSUPX dist/GoHeishaMon_MIPS
32
32
- run :
33
33
name : " Publish Release on GitHub"
34
34
command : |
35
35
go get github.com/tcnksm/ghr
36
36
VERSION=$(git rev-parse --short HEAD)
37
- ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${CIRCLE_BUILD_NUM} dist/
37
+ ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete 1.0. ${CIRCLE_BUILD_NUM} dist/
You can’t perform that action at this time.
0 commit comments