Skip to content

Commit 492dd20

Browse files
authored
Save the Action build artifacts #1382
Correct the upload path
1 parent abf7eef commit 492dd20

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828
uses: actions/upload-artifact@v2
2929
with:
3030
name: Repository
31-
path: |
32-
io.sloeber.updatesite/target/repository
31+
path: io.sloeber.updatesite/target/repository
3332
- name: Archive Windows 64 bit
3433
uses: actions/upload-artifact@v2
3534
with:

0 commit comments

Comments
 (0)