add upload artifact to action
Some checks failed
Gitea Action Maven build / build (push) Has been cancelled

This commit is contained in:
Eduard Kuksa 2025-01-26 18:37:13 +07:00
parent e855d7c583
commit 7bd674f1b1

View File

@ -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