File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,15 @@ 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 update
31
- - run : sudo apt install -y upx squashfs-tools && sudo apt-get clean
32
- - run : make upx
33
- - run : make compilesquash
34
- - run : cp OS/Kernel/openwrt-ar71xx-generic-cus531-16M-kernel.bin dist/
30
+ # - run: sudo apt update
31
+ # - run: sudo apt install -y upx squashfs-tools && sudo apt-get clean
32
+ # - run: make upx
33
+ # - run: make compilesquash
34
+ # - run: cp OS/Kernel/openwrt-ar71xx-generic-cus531-16M-kernel.bin dist/
35
35
- run :
36
36
name : " Publish Release on GitHub"
37
37
command : |
38
+ go get github.com/tcnksm/ghr
38
39
go install github.com/tcnksm/ghr
39
40
VERSION=$(git rev-parse --short HEAD)
40
41
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