all
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user