We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd444d1 commit f9ffc28Copy full SHA for f9ffc28
.github/workflows/maven.yml
@@ -32,8 +32,8 @@ jobs:
32
cache: maven
33
- name: Build with Maven
34
run: mvn -B package --file pom.xml
35
- - run: mkdir staging && cp target/*.jar staging
36
- - uses: actions/upload-artifact@v4
+ - run: mkdir -p target/
+ - name: Download all workflow run artifacts
37
+ uses: actions/download-artifact@v4
38
with:
- name: Package
39
- path: staging
+ path: target/
0 commit comments