File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ jobs:
32
32
- run : make upx
33
33
- run : make compilesquash
34
34
- run : cp OS/Kernel/openwrt-ar71xx-generic-cus531-16M-kernel.bin dist/
35
- # - run:
36
- # name: "Publish Release on GitHub"
37
- # command: |
38
- # go get github.com/tcnksm/ghr
39
- # VERSION=$(git rev-parse --short HEAD)
40
- # ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete 1.0.${CIRCLE_BUILD_NUM} dist/
35
+ - run :
36
+ name : " Publish Release on GitHub"
37
+ command : |
38
+ go install github.com/tcnksm/ghr
39
+ VERSION=$(git rev-parse --short HEAD)
40
+ ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete 1.0.${CIRCLE_BUILD_NUM} dist/
41
41
publish-github-release :
42
42
docker :
43
43
- image : cibuilds/github:0.10
You can’t perform that action at this time.
0 commit comments