Skip to content

Commit f9ffc28

Browse files
Update maven.yml
1 parent cd444d1 commit f9ffc28

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/maven.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
cache: maven
3333
- name: Build with Maven
3434
run: mvn -B package --file pom.xml
35-
- run: mkdir staging && cp target/*.jar staging
36-
- uses: actions/upload-artifact@v4
35+
- run: mkdir -p target/
36+
- name: Download all workflow run artifacts
37+
uses: actions/download-artifact@v4
3738
with:
38-
name: Package
39-
path: staging
39+
path: target/

0 commit comments

Comments
 (0)