Fork me on GitHub
#clojars
<
2020-11-02
>
suren10:11:45

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?

tcrawley11:11:35

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

tcrawley01:11:31

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