We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8b4d19 commit 254baf2Copy full SHA for 254baf2
1 file changed
.circleci/config.yml
@@ -229,7 +229,11 @@ jobs:
229
- run: go install github.com/tcnksm/ghr@v0.13.0
230
- attach_workspace:
231
at: ~/share
232
- - run: ghr ${CIRCLE_TAG} bin/ ~/share/combined.json
+ - run:
233
+ name: Upload binaries and combined.json
234
+ command: |
235
+ cp ~/share/combined.json bin/
236
+ ghr ${CIRCLE_TAG} bin/
237
238
mint-lint:
239
executor: go
0 commit comments