We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18e2a36 commit 3a01d89Copy full SHA for 3a01d89
circle.yml
@@ -1,6 +1,7 @@
1
machine:
2
pre:
3
- sudo apt-get install -y sdcc
4
+ - go get github.com/tcnksm/ghr
5
test:
6
override:
7
- ./build-all.sh
@@ -9,6 +10,6 @@ deployment:
9
10
release:
11
branch: [master, circleci]
12
commands:
- - go get github.com/tcnksm/ghr
13
- mkdir -p output/`git describe --tags`/
14
+ - mv output/*/*.hex output/`git describe --tags`/
15
- cd output ; ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME --replace `git describe --tags` `git describe --tags`/
0 commit comments