Skip to content

Commit c542e49

Browse files
committed
Fixing JSON escaping problem
1 parent c055762 commit c542e49

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

+3-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ define BINTRAY_DESCRIPTOR_JSON
1818
"name": "$(VERSION)",
1919
"desc": "",
2020
"released": "$(shell date -u +%Y-%m-%d)",
21-
"vcs_tag": "$(VERSION)"
21+
"vcs_tag": "$(VERSION)",
22+
"gpgSign": true
2223
},
2324
"files": [
24-
{"includePattern": "dist/(.*\.aci)", "uploadPattern": "$$1"}
25+
{"includePattern": "dist/(.*\\.aci)", "uploadPattern": "$$1"}
2526
],
2627
"publish": true
2728
}

0 commit comments

Comments
 (0)