Update .forgejo/workflows/ci.yml
Some checks failed
Build Resilient App / build (push) Has been cancelled

This commit is contained in:
root 2025-06-11 00:40:32 +01:00
parent 6c3aa16064
commit 54ee0adc25

View file

@ -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