Skip to content

Commit ed63c85

Browse files
authored
Update maven.yml
1 parent 357ba8b commit ed63c85

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,8 @@ jobs:
2727
distribution: adopt
2828
- name: Build with Maven
2929
run: mvn -B package --file pom.xml
30-
- name: Create necessary directories
31-
run: mkdir staging && cp target/*.jar staging
3230
- name: Upload artifact
3331
uses: actions/upload-artifact@v3
3432
with:
3533
name: '${{ github.event.repository.name }}-${{ github.sha }}'
36-
path: staging
34+
path: /**/*.jar

0 commit comments

Comments
 (0)