From caa96512fd5ac4787aa4c9d64e5c6f5ad5ff1d6e Mon Sep 17 00:00:00 2001 From: Johan Brichau Date: Sat, 27 Jan 2024 15:02:40 +0100 Subject: [PATCH] correct path --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3e466da8..866942d02 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: if: always() with: name: screenshots - path: '*.png' + path: ${{ env.SMALLTALK_CI_IMAGE }}/*.png - name: Upload coverage to Codecov uses: codecov/codecov-action@v3 with: