We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae52b6e commit eec3ac9Copy full SHA for eec3ac9
package.json
@@ -25,7 +25,7 @@
25
26
"files":
27
[
28
- {"includePattern": "build/bin(.*)*/(.*\\.gem)", "excludePattern": ".*/do-not-deploy/.*", "uploadPattern": "gems/$2"},
+ {"includePattern": "/home/travis/build/JsonSchema-JavaUI/sf-java-ui/target/(.*).jar"},
29
{"includePattern": "build/docs/(.*)", "uploadPattern": "docs/$1"}
30
],
31
"publish": true
0 commit comments