This commit is contained in:
2025-11-27 13:28:09 +01:00
parent 94061891e3
commit 20cb782a63
2 changed files with 8 additions and 3 deletions

View File

@@ -27,6 +27,11 @@ jobs:
- name: Build with Maven
run: mvn -B clean package
- name: Debug jar output
run: |
echo "Listing target directory:"
ls -la target
- name: Deploy JAR via native SCP
uses: appleboy/ssh-action@v0.1.7
with: