From 34aa01a21d38ffe4d7122ade114e40b98e40e4c7 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Mon, 26 Jun 2023 09:40:49 +0100 Subject: [PATCH] Fix e2e workflow --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index ec1d2918..a9c695ec 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -95,7 +95,7 @@ jobs: - uses: actions/download-artifact@v3 with: name: spring-shell-samples-${{ matrix.nickname }} - path: spring-shell-samples/build + path: spring-shell-samples - name: fix artifacts if: runner.os != 'Windows' shell: bash