Update .forgejo/workflows/ci.yml
Some checks failed
Build Resilient App / build (push) Has been cancelled
Some checks failed
Build Resilient App / build (push) Has been cancelled
This commit is contained in:
parent
6c3aa16064
commit
54ee0adc25
1 changed files with 6 additions and 0 deletions
|
@ -46,3 +46,9 @@ jobs:
|
|||
- name: List output files
|
||||
run: |
|
||||
ls -lh target/*.jar || true
|
||||
|
||||
- name: Upload backend JAR
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: app-backend
|
||||
path: target/resilient*.jar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue