Skip to content

Commit 62fa485

Browse files
committed
fix path for uploading of artifacts
1 parent 0fddd0d commit 62fa485

File tree

2 files changed

+1
-23
lines changed

2 files changed

+1
-23
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
uses: actions/upload-artifact@v2
3535
with:
3636
name: artifacts
37-
path: jars/
37+
path: ./**/build/libs/*.jar

.github/workflows/dependency-submission.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)