Skip to content

Commit 34aa01a

Browse files
committed
Fix e2e workflow
1 parent 49a791a commit 34aa01a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
- uses: actions/download-artifact@v3
9696
with:
9797
name: spring-shell-samples-${{ matrix.nickname }}
98-
path: spring-shell-samples/build
98+
path: spring-shell-samples
9999
- name: fix artifacts
100100
if: runner.os != 'Windows'
101101
shell: bash

0 commit comments

Comments
 (0)