babashka/.build/bb.edn

7 lines
298 B
Clojure
Raw Normal View History

{:paths ["script"]
:deps {borkdude/gh-release-artifact
#_{:local/root "../gh-release-artifact"}
{:git/url "https://github.com/borkdude/gh-release-artifact"
2023-03-09 22:21:02 +00:00
:git/sha "7217928045fd53964e7d457aac49b008bccf6f25"}}
:tasks {release-artifact babashka.release-artifact/release}}