Updated workflow

This commit is contained in:
Kiran Shila
2021-08-10 12:42:57 -07:00
parent fc87bc9e8b
commit c95f8dc343

View File

@@ -26,10 +26,10 @@ jobs:
cli: latest
- name: Build bot
run: clojure -X:uberjar :jar Doplarr.jar :aot true :main-class doplarr.core
run: clj -T:build uberjar
shell: bash
- name: Release
uses: softprops/action-gh-release@v1
with:
file: Doplarr.jar
file: target/Doplarr.jar