mirror of
https://github.com/kiranshila/Doplarr.git
synced 2026-07-29 08:42:32 -04:00
Updated workflow
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user