From 429410baf20e4a461214e2f25cd1dd0377d49de9 Mon Sep 17 00:00:00 2001 From: Benedith Mulongo Date: Fri, 11 Oct 2024 16:22:38 +0200 Subject: [PATCH] Correct path to artifacts --- .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 5e58b94..411dcf6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,5 +79,5 @@ jobs: uses: actions/upload-artifact@v4 with: name: my-artifact - path: my_file.txt + path: dist/* retention-days: 5