This commit is contained in:
parent
7bd674f1b1
commit
3c3eff2588
@ -23,7 +23,11 @@ jobs:
|
|||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
run: mvn -B package --file pom.xml
|
run: mvn -B package --file pom.xml
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
|
run: mvn --batch-mode --update-snapshots verify
|
||||||
|
- name: Stage 1
|
||||||
|
run: mkdir staging && cp target/*.jar staging
|
||||||
|
- name: Stage 2
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: target
|
name: Package
|
||||||
path: target
|
path: staging
|
Loading…
x
Reference in New Issue
Block a user