clojars

suren 2020-11-02T10:28:38.055100Z

@suren has joined the channel

suren 2020-11-02T10:28:45.055500Z

I am trying to deploy a package in `clojars` . I am getting following error

java.lang.IllegalArgumentException: Must provide valid :files to deploy-artifacts
Can anyone help me with this?

2020-11-02T11:34:35.055600Z

That looks like an error from your deploy tool, not from Clojars. What are you using to deploy?

suren 2020-11-02T23:21:02.055800Z

its lein

2020-11-03T01:15:31.056Z

It sounds like it is a lein issue/misconfiguration. You could try asking in #leiningen