File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 4848 uses : actions/upload-artifact@v4
4949 with :
5050 name : charm-jar
51- path : target/charm*.jar
51+ path : target/
5252
5353 release :
5454 needs : ci
8181 with :
8282 name : charm-jar
8383
84+ - run : pwd
85+
86+ - run : ls -lahrt ../
87+
88+ - run : ls -lahrtR
89+
8490 - name : Deploy to Clojars
8591 run : clojure -T:build deploy
8692 env :
Original file line number Diff line number Diff line change 99 :extra-deps {io.github.cognitect-labs/test-runner {:git/tag " v0.5.1" :git/sha " dfb30dd" }}
1010 :main-opts [" -m" " cognitect.test-runner" ]
1111 :jvm-opts [" --enable-native-access=ALL-UNNAMED" ]}
12+
1213 :repl {:extra-deps {nrepl/nrepl {:mvn/version " 1.1.1" }
1314 cider/cider-nrepl {:mvn/version " 0.47.1" }}
1415 :main-opts [" -m" " nrepl.cmdline" " --middleware" " [cider.nrepl/cider-middleware]" ]}
16+
1517 :examples {:extra-paths [" docs" ]}
18+
1619 :user {:extra-paths [" user" ]}
20+
1721 :build {:deps {io.github.clojure/tools.build {:mvn/version " 0.10.7" }
1822 slipset/deps-deploy {:mvn/version " 0.2.2" }}
1923 :ns-default build}
20- :lint {:extra-deps {io.github.clj-kondo/clj-kondo {:mvn/version " RELEASE" }}
24+
25+ :lint {:extra-deps {io.github.clj-kondo/clj-kondo {:mvn/version " 2026.01.19" }}
2126 :main-opts [" -m" " clj-kondo.main" ]}}}
You can’t perform that action at this time.
0 commit comments