debug artifacts
This commit is contained in:
parent
f3a53d12b9
commit
6c690b24f3
@ -22,6 +22,8 @@ jobs:
|
|||||||
cache: 'maven'
|
cache: 'maven'
|
||||||
- name: Build, Test and Package with Maven
|
- name: Build, Test and Package with Maven
|
||||||
run: mvn -B verify --file pom.xml -e
|
run: mvn -B verify --file pom.xml -e
|
||||||
|
- name: List Target Directory Contents
|
||||||
|
run: ls -l target/
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
@ -55,6 +57,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: app-artifacts
|
name: app-artifacts
|
||||||
path: artifact
|
path: artifact
|
||||||
|
- name: List Artifact Contents
|
||||||
|
run: ls -l artifact/
|
||||||
- name: Install SSH Key
|
- name: Install SSH Key
|
||||||
uses: shimataro/ssh-key-action@v2
|
uses: shimataro/ssh-key-action@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user