From 32996d322d5f2551ed98f30942898f3847f82412 Mon Sep 17 00:00:00 2001 From: Mdumisi Kelvin Letsie Date: Wed, 6 Mar 2024 16:13:46 +0200 Subject: [PATCH] Download artifacts test 5 --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 00c3645ce..326592331 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -86,4 +86,6 @@ jobs: path: build/libs - name: Download artifact from build job - uses: actions/download-artifact@v4 \ No newline at end of file + uses: actions/download-artifact@v4 + with: + path: ./.github/artifacts \ No newline at end of file