add upload artifact to action
Some checks failed
Gitea Action Maven build / build (push) Has been cancelled
Some checks failed
Gitea Action Maven build / build (push) Has been cancelled
This commit is contained in:
parent
e855d7c583
commit
7bd674f1b1
@ -22,3 +22,8 @@ jobs:
|
|||||||
cache: 'maven'
|
cache: 'maven'
|
||||||
- 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
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: target
|
||||||
|
path: target
|
||||||
|
Loading…
x
Reference in New Issue
Block a user